Enum cups_sys::http_state_e [] [src]

#[repr(i32)]
pub enum http_state_e { HTTP_STATE_ERROR, HTTP_STATE_WAITING, HTTP_STATE_OPTIONS, HTTP_STATE_GET, HTTP_STATE_GET_SEND, HTTP_STATE_HEAD, HTTP_STATE_POST, HTTP_STATE_POST_RECV, HTTP_STATE_POST_SEND, HTTP_STATE_PUT, HTTP_STATE_PUT_RECV, HTTP_STATE_DELETE, HTTP_STATE_TRACE, HTTP_STATE_CONNECT, HTTP_STATE_STATUS, HTTP_STATE_UNKNOWN_METHOD, HTTP_STATE_UNKNOWN_VERSION, }

Variants

Trait Implementations

impl Debug for http_state_e
[src]

[src]

Formats the value using the given formatter.

impl Copy for http_state_e
[src]

impl Clone for http_state_e
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for http_state_e
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for http_state_e
[src]

impl Hash for http_state_e
[src]

[src]

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

1.3.0
[src]

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