pub enum PrintingError {
ErroneousCst,
}Expand description
An enum representing printing errors that stopped Cst::try_print from working.
Variants§
Trait Implementations§
Source§impl Clone for PrintingError
impl Clone for PrintingError
Source§fn clone(&self) -> PrintingError
fn clone(&self) -> PrintingError
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 PrintingError
impl Debug for PrintingError
Source§impl Hash for PrintingError
impl Hash for PrintingError
Source§impl Ord for PrintingError
impl Ord for PrintingError
Source§fn cmp(&self, other: &PrintingError) -> Ordering
fn cmp(&self, other: &PrintingError) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PrintingError
impl PartialEq for PrintingError
Source§impl PartialOrd for PrintingError
impl PartialOrd for PrintingError
impl Eq for PrintingError
impl StructuralPartialEq for PrintingError
Auto Trait Implementations§
impl Freeze for PrintingError
impl RefUnwindSafe for PrintingError
impl Send for PrintingError
impl Sync for PrintingError
impl Unpin for PrintingError
impl UnwindSafe for PrintingError
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