Enum gtk_sys::GtkRecentManagerError [] [src]

pub enum GtkRecentManagerError {
    NotFound,
    InvalidUri,
    InvalidEncoding,
    NotRegistered,
    Read,
    Write,
    Unknown,
}

Variants

Trait Implementations

impl Clone for GtkRecentManagerError
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkRecentManagerError
[src]

impl Debug for GtkRecentManagerError
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkRecentManagerError
[src]

impl PartialEq for GtkRecentManagerError
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.