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