pub enum LimaStatus {
Running,
Stopped,
NotFound,
}Variants§
Trait Implementations§
Source§impl Debug for LimaStatus
impl Debug for LimaStatus
Source§impl PartialEq for LimaStatus
impl PartialEq for LimaStatus
impl StructuralPartialEq for LimaStatus
Auto Trait Implementations§
impl Freeze for LimaStatus
impl RefUnwindSafe for LimaStatus
impl Send for LimaStatus
impl Sync for LimaStatus
impl Unpin for LimaStatus
impl UnsafeUnpin for LimaStatus
impl UnwindSafe for LimaStatus
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