[go: up one dir, main page]

Struct worker::CfProperties[][src]

pub struct CfProperties {
    pub apps: Option<bool>,
    pub cache_everything: Option<bool>,
    pub cache_key: Option<bool>,
    pub cache_ttl: Option<u32>,
    pub cache_ttl_by_status: Option<HashMap<String, u32, RandomState>>,
    pub minify: Option<MinifyConfig>,
    pub mirage: Option<bool>,
    pub polish: Option<PolishConfig>,
    pub resolve_override: Option<String>,
    pub scrape_shield: Option<bool>,
}

Fields

apps: Option<bool>cache_everything: Option<bool>cache_key: Option<bool>cache_ttl: Option<u32>cache_ttl_by_status: Option<HashMap<String, u32, RandomState>>minify: Option<MinifyConfig>mirage: Option<bool>polish: Option<PolishConfig>resolve_override: Option<String>scrape_shield: Option<bool>

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.