pub enum ShellCommandStatus {
Running,
Completed,
Killed,
}Variants§
Trait Implementations§
Source§impl Clone for ShellCommandStatus
impl Clone for ShellCommandStatus
Source§fn clone(&self) -> ShellCommandStatus
fn clone(&self) -> ShellCommandStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ShellCommandStatus
impl Debug for ShellCommandStatus
Source§impl PartialEq for ShellCommandStatus
impl PartialEq for ShellCommandStatus
impl StructuralPartialEq for ShellCommandStatus
Auto Trait Implementations§
impl Freeze for ShellCommandStatus
impl RefUnwindSafe for ShellCommandStatus
impl Send for ShellCommandStatus
impl Sync for ShellCommandStatus
impl Unpin for ShellCommandStatus
impl UnsafeUnpin for ShellCommandStatus
impl UnwindSafe for ShellCommandStatus
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