Enum gtk_sys::GtkFileChooserError [] [src]

pub enum GtkFileChooserError {
    Nonexistent,
    BadFilename,
    AlreadyExists,
    IncompleteHostname,
}

Variants

Trait Implementations

impl Clone for GtkFileChooserError
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkFileChooserError
[src]

impl Debug for GtkFileChooserError
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkFileChooserError
[src]

impl PartialEq for GtkFileChooserError
[src]

[]

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

[]

This method tests for !=.