Struct rfsapi::RawFsApiHeader [] [src]

pub struct RawFsApiHeader(pub bool);

Header to specify when doing a request for the Raw Filesystem API, designated by "X-Raw-Filesystem-API".

If RFSAPI is supported, the server should return the header set to true.

Trait Implementations

impl Eq for RawFsApiHeader
[src]

impl PartialEq for RawFsApiHeader
[src]

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

This method tests for !=.

impl Ord for RawFsApiHeader
[src]

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

impl PartialOrd for RawFsApiHeader
[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 Debug for RawFsApiHeader
[src]

Formats the value using the given formatter.

impl Clone for RawFsApiHeader
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Hash for RawFsApiHeader
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Copy for RawFsApiHeader
[src]

impl Header for RawFsApiHeader
[src]

Returns the name of the header field this belongs to. Read more

Parse a header from a raw stream of bytes. Read more

impl HeaderFormat for RawFsApiHeader
[src]

Format a header to be output into a TcpStream. Read more