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
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
Trait Implementations
impl Debug for http_auth_e
[src]
impl Copy for http_auth_e
[src]
impl Clone for http_auth_e
[src]
fn clone(&self) -> http_auth_e
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl PartialEq for http_auth_e
[src]
fn eq(&self, __arg_0: &http_auth_e) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
This method tests for !=
.