Enum gio::TlsInteractionResult [−][src]
pub enum TlsInteractionResult {
Unhandled,
Handled,
Failed,
// some variants omitted
}Variants
UnhandledHandledFailed
Trait Implementations
impl Clone for TlsInteractionResult[src]
impl Clone for TlsInteractionResultfn clone(&self) -> TlsInteractionResult[src]
fn clone(&self) -> TlsInteractionResultReturns 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 TlsInteractionResult[src]
impl Copy for TlsInteractionResultimpl Debug for TlsInteractionResult[src]
impl Debug for TlsInteractionResultfn 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 TlsInteractionResult[src]
impl Eq for TlsInteractionResultimpl PartialEq for TlsInteractionResult[src]
impl PartialEq for TlsInteractionResultfn eq(&self, other: &TlsInteractionResult) -> bool[src]
fn eq(&self, other: &TlsInteractionResult) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TlsInteractionResult) -> bool[src]
fn ne(&self, other: &TlsInteractionResult) -> boolThis method tests for !=.
impl Hash for TlsInteractionResult[src]
impl Hash for TlsInteractionResultfn 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 TlsInteractionResult[src]
impl StaticType for TlsInteractionResultfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for TlsInteractionResult[src]
impl<'a> FromValueOptional<'a> for TlsInteractionResultunsafe fn from_value_optional(value: &Value) -> Option<Self>[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>impl<'a> FromValue<'a> for TlsInteractionResult[src]
impl<'a> FromValue<'a> for TlsInteractionResultunsafe fn from_value(value: &Value) -> Self[src]
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for TlsInteractionResult[src]
impl SetValue for TlsInteractionResultAuto Trait Implementations
impl Send for TlsInteractionResult
impl Send for TlsInteractionResultimpl Sync for TlsInteractionResult
impl Sync for TlsInteractionResult