pub enum OutputLogState {
Message,
Running,
Complete,
Incomplete,
Removed,
}Variants§
Trait Implementations§
Source§impl Clone for OutputLogState
impl Clone for OutputLogState
Source§fn clone(&self) -> OutputLogState
fn clone(&self) -> OutputLogState
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 PartialEq for OutputLogState
impl PartialEq for OutputLogState
impl Copy for OutputLogState
impl StructuralPartialEq for OutputLogState
Auto Trait Implementations§
impl Freeze for OutputLogState
impl RefUnwindSafe for OutputLogState
impl Send for OutputLogState
impl Sync for OutputLogState
impl Unpin for OutputLogState
impl UnwindSafe for OutputLogState
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