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