Struct tower_web::extract::http_date_time::HttpDateTime[][src]

pub struct HttpDateTime(_);

HTTP combined date and time value

Trait Implementations

impl Debug for HttpDateTime
[src]

Formats the value using the given formatter. Read more

impl PartialEq for HttpDateTime
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for HttpDateTime
[src]

impl PartialOrd for HttpDateTime
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Ord for HttpDateTime
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl From<SystemTime> for HttpDateTime
[src]

Performs the conversion.

impl HttpTryFrom<HttpDateTime> for HeaderValue
[src]

Associated error with the conversion this implementation represents.

impl<B: BufStream> Extract<B> for HttpDateTime
[src]

The future representing the completion of the extraction logic.

Extract the argument from the HTTP request. Read more

Extract the argument using the HTTP request body. Read more

Returns true if extracting the type requires body. Read more

Auto Trait Implementations

impl Send for HttpDateTime

impl Sync for HttpDateTime