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