Enum gio::TlsAuthenticationMode [−][src]
pub enum TlsAuthenticationMode {
None,
Requested,
Required,
// some variants omitted
}Variants
NoneRequestedRequired
Trait Implementations
impl Clone for TlsAuthenticationMode[src]
impl Clone for TlsAuthenticationModefn clone(&self) -> TlsAuthenticationMode[src]
fn clone(&self) -> TlsAuthenticationModeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for TlsAuthenticationMode[src]
impl Copy for TlsAuthenticationModeimpl Debug for TlsAuthenticationMode[src]
impl Debug for TlsAuthenticationModefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for TlsAuthenticationMode[src]
impl Eq for TlsAuthenticationModeimpl PartialEq for TlsAuthenticationMode[src]
impl PartialEq for TlsAuthenticationModefn eq(&self, other: &TlsAuthenticationMode) -> bool[src]
fn eq(&self, other: &TlsAuthenticationMode) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TlsAuthenticationMode) -> bool[src]
fn ne(&self, other: &TlsAuthenticationMode) -> boolThis method tests for !=.
impl Hash for TlsAuthenticationMode[src]
impl Hash for TlsAuthenticationModefn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl StaticType for TlsAuthenticationMode[src]
impl StaticType for TlsAuthenticationModefn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for TlsAuthenticationMode[src]
impl<'a> FromValueOptional<'a> for TlsAuthenticationModeunsafe fn from_value_optional(value: &Value) -> Option<Self>[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>impl<'a> FromValue<'a> for TlsAuthenticationMode[src]
impl<'a> FromValue<'a> for TlsAuthenticationModeunsafe fn from_value(value: &Value) -> Self[src]
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for TlsAuthenticationMode[src]
impl SetValue for TlsAuthenticationModeAuto Trait Implementations
impl Send for TlsAuthenticationMode
impl Send for TlsAuthenticationModeimpl Sync for TlsAuthenticationMode
impl Sync for TlsAuthenticationMode