Enum cups_sys::http_auth_e [] [src]

#[repr(u32)]
pub enum http_auth_e { HTTP_AUTH_NONE, HTTP_AUTH_BASIC, HTTP_AUTH_MD5, HTTP_AUTH_MD5_SESS, HTTP_AUTH_MD5_INT, HTTP_AUTH_MD5_SESS_INT, HTTP_AUTH_NEGOTIATE, }

Variants

Trait Implementations

impl Debug for http_auth_e
[src]

[src]

Formats the value using the given formatter.

impl Copy for http_auth_e
[src]

impl Clone for http_auth_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_auth_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_auth_e
[src]

impl Hash for http_auth_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