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
impl Clone for GBookmarkFileError
[src]
fn clone(&self) -> GBookmarkFileError
[−]
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