pub enum StatusIndicator {
OK,
ERR,
}Variants§
Trait Implementations§
Source§impl Debug for StatusIndicator
impl Debug for StatusIndicator
Source§impl PartialEq for StatusIndicator
impl PartialEq for StatusIndicator
impl StructuralPartialEq for StatusIndicator
Auto Trait Implementations§
impl Freeze for StatusIndicator
impl RefUnwindSafe for StatusIndicator
impl Send for StatusIndicator
impl Sync for StatusIndicator
impl Unpin for StatusIndicator
impl UnwindSafe for StatusIndicator
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