Enum glib_sys::GKeyFileError [] [src]

pub enum GKeyFileError {
    UnknownEncoding,
    Parse,
    NotFound,
    KeyNotFound,
    GroupNotFound,
    InvalidValue,
}

Variants

UnknownEncoding
Parse
NotFound
KeyNotFound
GroupNotFound
InvalidValue

Trait Implementations

Derived Implementations

impl PartialEq for GKeyFileError

fn eq(&self, __arg_0: &GKeyFileError) -> bool

fn ne(&self, __arg_0: &GKeyFileError) -> bool

impl Eq for GKeyFileError

impl Debug for GKeyFileError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for GKeyFileError

impl Clone for GKeyFileError

fn clone(&self) -> GKeyFileError

1.0.0fn clone_from(&mut self, source: &Self)