Enum glib_sys::GShellError [] [src]

pub enum GShellError {
    BadQuoting,
    EmptyString,
    Failed,
}

Variants

BadQuoting
EmptyString
Failed

Trait Implementations

Derived Implementations

impl PartialEq for GShellError

fn eq(&self, __arg_0: &GShellError) -> bool

fn ne(&self, __arg_0: &GShellError) -> bool

impl Eq for GShellError

impl Debug for GShellError

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Copy for GShellError

impl Clone for GShellError

fn clone(&self) -> GShellError

1.0.0fn clone_from(&mut self, source: &Self)