pub enum CmdExeCode {
Ok,
Exit,
}Expand description
The return code of Command action.
Variants§
Trait Implementations§
Source§impl Debug for CmdExeCode
impl Debug for CmdExeCode
Source§impl PartialEq for CmdExeCode
impl PartialEq for CmdExeCode
impl Eq for CmdExeCode
impl StructuralPartialEq for CmdExeCode
Auto Trait Implementations§
impl Freeze for CmdExeCode
impl RefUnwindSafe for CmdExeCode
impl Send for CmdExeCode
impl Sync for CmdExeCode
impl Unpin for CmdExeCode
impl UnwindSafe for CmdExeCode
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