Struct gio::TlsPasswordFlags [−]
pub struct TlsPasswordFlags { /* fields omitted */ }Methods
impl TlsPasswordFlags
impl TlsPasswordFlagspub const NONE: TlsPasswordFlags
NONE: TlsPasswordFlags = TlsPasswordFlags{bits: 0,}
pub const RETRY: TlsPasswordFlags
RETRY: TlsPasswordFlags = TlsPasswordFlags{bits: 2,}
pub const MANY_TRIES: TlsPasswordFlags
MANY_TRIES: TlsPasswordFlags = TlsPasswordFlags{bits: 4,}
pub const FINAL_TRY: TlsPasswordFlags
FINAL_TRY: TlsPasswordFlags = TlsPasswordFlags{bits: 8,}
pub fn empty() -> TlsPasswordFlags
pub fn empty() -> TlsPasswordFlagsReturns an empty set of flags.
pub fn all() -> TlsPasswordFlags
pub fn all() -> TlsPasswordFlagsReturns the set containing all flags.
pub fn bits(&self) -> u32
pub fn bits(&self) -> u32Returns the raw value of the flags currently stored.
pub fn from_bits(bits: u32) -> Option<TlsPasswordFlags>
pub fn from_bits(bits: u32) -> Option<TlsPasswordFlags>Convert from underlying bit representation, unless that representation contains bits that do not correspond to a flag.
pub fn from_bits_truncate(bits: u32) -> TlsPasswordFlags
pub fn from_bits_truncate(bits: u32) -> TlsPasswordFlagsConvert from underlying bit representation, dropping any bits that do not correspond to flags.
pub fn is_empty(&self) -> bool
pub fn is_empty(&self) -> boolReturns true if no flags are currently stored.
pub fn is_all(&self) -> bool
pub fn is_all(&self) -> boolReturns true if all flags are currently set.
pub fn intersects(&self, other: TlsPasswordFlags) -> bool
pub fn intersects(&self, other: TlsPasswordFlags) -> boolReturns true if there are flags common to both self and other.
pub fn contains(&self, other: TlsPasswordFlags) -> bool
pub fn contains(&self, other: TlsPasswordFlags) -> boolReturns true all of the flags in other are contained within self.
pub fn insert(&mut self, other: TlsPasswordFlags)
pub fn insert(&mut self, other: TlsPasswordFlags)Inserts the specified flags in-place.
pub fn remove(&mut self, other: TlsPasswordFlags)
pub fn remove(&mut self, other: TlsPasswordFlags)Removes the specified flags in-place.
pub fn toggle(&mut self, other: TlsPasswordFlags)
pub fn toggle(&mut self, other: TlsPasswordFlags)Toggles the specified flags in-place.
pub fn set(&mut self, other: TlsPasswordFlags, value: bool)
pub fn set(&mut self, other: TlsPasswordFlags, value: bool)Inserts or removes the specified flags depending on the passed value.
Trait Implementations
impl Copy for TlsPasswordFlags
impl Copy for TlsPasswordFlagsimpl PartialEq for TlsPasswordFlags
impl PartialEq for TlsPasswordFlagsfn eq(&self, other: &TlsPasswordFlags) -> bool
fn eq(&self, other: &TlsPasswordFlags) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &TlsPasswordFlags) -> bool
fn ne(&self, other: &TlsPasswordFlags) -> boolThis method tests for !=.
impl Eq for TlsPasswordFlags
impl Eq for TlsPasswordFlagsimpl Clone for TlsPasswordFlags
impl Clone for TlsPasswordFlagsfn clone(&self) -> TlsPasswordFlags
fn clone(&self) -> TlsPasswordFlagsReturns 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)Performs copy-assignment from source. Read more
impl PartialOrd for TlsPasswordFlags
impl PartialOrd for TlsPasswordFlagsfn partial_cmp(&self, other: &TlsPasswordFlags) -> Option<Ordering>
fn partial_cmp(&self, other: &TlsPasswordFlags) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &TlsPasswordFlags) -> bool
fn lt(&self, other: &TlsPasswordFlags) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &TlsPasswordFlags) -> bool
fn le(&self, other: &TlsPasswordFlags) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &TlsPasswordFlags) -> bool
fn gt(&self, other: &TlsPasswordFlags) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &TlsPasswordFlags) -> bool
fn ge(&self, other: &TlsPasswordFlags) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Ord for TlsPasswordFlags
impl Ord for TlsPasswordFlagsfn cmp(&self, other: &TlsPasswordFlags) -> Ordering
fn cmp(&self, other: &TlsPasswordFlags) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl Hash for TlsPasswordFlags
impl Hash for TlsPasswordFlagsfn hash<__H: Hasher>(&self, state: &mut __H)
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, Feeds a slice of this type into the given [Hasher]. Read more
impl Debug for TlsPasswordFlags
impl Debug for TlsPasswordFlagsimpl Binary for TlsPasswordFlags
impl Binary for TlsPasswordFlagsimpl Octal for TlsPasswordFlags
impl Octal for TlsPasswordFlagsimpl LowerHex for TlsPasswordFlags
impl LowerHex for TlsPasswordFlagsimpl UpperHex for TlsPasswordFlags
impl UpperHex for TlsPasswordFlagsimpl BitOr for TlsPasswordFlags
impl BitOr for TlsPasswordFlagstype Output = TlsPasswordFlags
The resulting type after applying the | operator.
fn bitor(self, other: TlsPasswordFlags) -> TlsPasswordFlags
fn bitor(self, other: TlsPasswordFlags) -> TlsPasswordFlagsReturns the union of the two sets of flags.
impl BitOrAssign for TlsPasswordFlags
impl BitOrAssign for TlsPasswordFlagsfn bitor_assign(&mut self, other: TlsPasswordFlags)
fn bitor_assign(&mut self, other: TlsPasswordFlags)Adds the set of flags.
impl BitXor for TlsPasswordFlags
impl BitXor for TlsPasswordFlagstype Output = TlsPasswordFlags
The resulting type after applying the ^ operator.
fn bitxor(self, other: TlsPasswordFlags) -> TlsPasswordFlags
fn bitxor(self, other: TlsPasswordFlags) -> TlsPasswordFlagsReturns the left flags, but with all the right flags toggled.
impl BitXorAssign for TlsPasswordFlags
impl BitXorAssign for TlsPasswordFlagsfn bitxor_assign(&mut self, other: TlsPasswordFlags)
fn bitxor_assign(&mut self, other: TlsPasswordFlags)Toggles the set of flags.
impl BitAnd for TlsPasswordFlags
impl BitAnd for TlsPasswordFlagstype Output = TlsPasswordFlags
The resulting type after applying the & operator.
fn bitand(self, other: TlsPasswordFlags) -> TlsPasswordFlags
fn bitand(self, other: TlsPasswordFlags) -> TlsPasswordFlagsReturns the intersection between the two sets of flags.
impl BitAndAssign for TlsPasswordFlags
impl BitAndAssign for TlsPasswordFlagsfn bitand_assign(&mut self, other: TlsPasswordFlags)
fn bitand_assign(&mut self, other: TlsPasswordFlags)Disables all flags disabled in the set.
impl Sub for TlsPasswordFlags
impl Sub for TlsPasswordFlagstype Output = TlsPasswordFlags
The resulting type after applying the - operator.
fn sub(self, other: TlsPasswordFlags) -> TlsPasswordFlags
fn sub(self, other: TlsPasswordFlags) -> TlsPasswordFlagsReturns the set difference of the two sets of flags.
impl SubAssign for TlsPasswordFlags
impl SubAssign for TlsPasswordFlagsfn sub_assign(&mut self, other: TlsPasswordFlags)
fn sub_assign(&mut self, other: TlsPasswordFlags)Disables all flags enabled in the set.
impl Not for TlsPasswordFlags
impl Not for TlsPasswordFlagstype Output = TlsPasswordFlags
The resulting type after applying the ! operator.
fn not(self) -> TlsPasswordFlags
fn not(self) -> TlsPasswordFlagsReturns the complement of this set of flags.
impl Extend<TlsPasswordFlags> for TlsPasswordFlags
impl Extend<TlsPasswordFlags> for TlsPasswordFlagsfn extend<T: IntoIterator<Item = TlsPasswordFlags>>(&mut self, iterator: T)
fn extend<T: IntoIterator<Item = TlsPasswordFlags>>(&mut self, iterator: T)Extends a collection with the contents of an iterator. Read more
impl FromIterator<TlsPasswordFlags> for TlsPasswordFlags
impl FromIterator<TlsPasswordFlags> for TlsPasswordFlagsfn from_iter<T: IntoIterator<Item = TlsPasswordFlags>>(
iterator: T
) -> TlsPasswordFlags
fn from_iter<T: IntoIterator<Item = TlsPasswordFlags>>(
iterator: T
) -> TlsPasswordFlagsCreates a value from an iterator. Read more
impl StaticType for TlsPasswordFlags[src]
impl StaticType for TlsPasswordFlagsfn static_type() -> Type[src]
fn static_type() -> TypeReturns the type identifier of Self.
impl<'a> FromValueOptional<'a> for TlsPasswordFlags[src]
impl<'a> FromValueOptional<'a> for TlsPasswordFlagsunsafe fn from_value_optional(value: &Value) -> Option<Self>[src]
unsafe fn from_value_optional(value: &Value) -> Option<Self>impl<'a> FromValue<'a> for TlsPasswordFlags[src]
impl<'a> FromValue<'a> for TlsPasswordFlagsunsafe fn from_value(value: &Value) -> Self[src]
unsafe fn from_value(value: &Value) -> Selfimpl SetValue for TlsPasswordFlags[src]
impl SetValue for TlsPasswordFlagsAuto Trait Implementations
impl Send for TlsPasswordFlags
impl Send for TlsPasswordFlagsimpl Sync for TlsPasswordFlags
impl Sync for TlsPasswordFlags