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