Enum gtk_sys::GtkRecentManagerError
[−]
[src]
#[repr(C)]pub enum GtkRecentManagerError { NotFound, InvalidUri, InvalidEncoding, NotRegistered, Read, Write, Unknown, }
Variants
NotFound
InvalidUri
InvalidEncoding
NotRegistered
Read
Write
Unknown
Trait Implementations
impl Clone for GtkRecentManagerError
[src]
fn clone(&self) -> GtkRecentManagerError
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