pub enum BackgroundShellStatus {
Running,
Exited,
}Variants§
Trait Implementations§
Source§impl Clone for BackgroundShellStatus
impl Clone for BackgroundShellStatus
Source§fn clone(&self) -> BackgroundShellStatus
fn clone(&self) -> BackgroundShellStatus
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 BackgroundShellStatus
impl Debug for BackgroundShellStatus
Source§impl<'de> Deserialize<'de> for BackgroundShellStatus
impl<'de> Deserialize<'de> for BackgroundShellStatus
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for BackgroundShellStatus
impl PartialEq for BackgroundShellStatus
Source§impl Serialize for BackgroundShellStatus
impl Serialize for BackgroundShellStatus
impl Copy for BackgroundShellStatus
impl Eq for BackgroundShellStatus
impl StructuralPartialEq for BackgroundShellStatus
Auto Trait Implementations§
impl Freeze for BackgroundShellStatus
impl RefUnwindSafe for BackgroundShellStatus
impl Send for BackgroundShellStatus
impl Sync for BackgroundShellStatus
impl Unpin for BackgroundShellStatus
impl UnsafeUnpin for BackgroundShellStatus
impl UnwindSafe for BackgroundShellStatus
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