Enum glib_sys::GShellError
[−]
[src]
#[repr(C)]pub enum GShellError { BadQuoting, EmptyString, Failed, }
Variants
BadQuoting
EmptyString
Failed
Trait Implementations
impl Clone for GShellError
[src]
fn clone(&self) -> GShellError
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