Enum curl::easy::TimeCondition[][src]

pub enum TimeCondition {
    None,
    IfModifiedSince,
    IfUnmodifiedSince,
    LastModified,
    // some variants omitted
}

Possible conditions for the time_condition method.

Variants

Trait Implementations

impl Debug for TimeCondition
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations