Enum glib_sys::GBookmarkFileError [] [src]

pub enum GBookmarkFileError {
    InvalidUri,
    InvalidValue,
    AppNotRegistered,
    UriNotFound,
    Read,
    UnknownEncoding,
    Write,
    FileNotFound,
}

Variants

InvalidUri
InvalidValue
AppNotRegistered
UriNotFound
Read
UnknownEncoding
Write
FileNotFound

Trait Implementations

Derived Implementations

impl PartialEq for GBookmarkFileError

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

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

impl Eq for GBookmarkFileError

impl Debug for GBookmarkFileError

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

impl Copy for GBookmarkFileError

impl Clone for GBookmarkFileError

fn clone(&self) -> GBookmarkFileError

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