Enum glib_sys::GBookmarkFileError
[−]
[src]
#[repr(C)]pub enum GBookmarkFileError { InvalidUri, InvalidValue, AppNotRegistered, UriNotFound, Read, UnknownEncoding, Write, FileNotFound, }
Variants
InvalidUri
InvalidValue
AppNotRegistered
UriNotFound
Read
UnknownEncoding
Write
FileNotFound
Trait Implementations
impl Clone for GBookmarkFileError
[src]
fn clone(&self) -> GBookmarkFileError
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for GBookmarkFileError
[src]
impl Debug for GBookmarkFileError
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more