#[repr(C)]pub enum GShellError {
BadQuoting = 0,
EmptyString = 1,
Failed = 2,
}Variants§
Auto Trait Implementations§
impl Freeze for GShellError
impl RefUnwindSafe for GShellError
impl Send for GShellError
impl Sync for GShellError
impl Unpin for GShellError
impl UnsafeUnpin for GShellError
impl UnwindSafe for GShellError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more