Enum gio_sys::GPasswordSave
[−]
[src]
#[repr(C)]pub enum GPasswordSave { Never, ForSession, Permanently, }
Variants
Never
ForSession
Permanently
Trait Implementations
impl Clone for GPasswordSave
[src]
fn clone(&self) -> GPasswordSave
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more