Enum gio_sys::GPasswordSave [] [src]

#[repr(C)]
pub enum GPasswordSave { Never, ForSession, Permanently, }

Variants

Trait Implementations

impl Clone for GPasswordSave
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GPasswordSave
[src]

impl Debug for GPasswordSave
[src]

Formats the value using the given formatter.

impl Eq for GPasswordSave
[src]

impl PartialEq for GPasswordSave
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.