pub enum Tabulation {
Character,
Line,
Characters,
AllCharacters,
AllLines,
All,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for Tabulation
impl Clone for Tabulation
Source§fn clone(&self) -> Tabulation
fn clone(&self) -> Tabulation
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 Tabulation
Source§impl Debug for Tabulation
impl Debug for Tabulation
impl Eq for Tabulation
Source§impl Into<u32> for Tabulation
impl Into<u32> for Tabulation
Source§impl PartialEq for Tabulation
impl PartialEq for Tabulation
Source§fn eq(&self, other: &Tabulation) -> bool
fn eq(&self, other: &Tabulation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for Tabulation
Auto Trait Implementations§
impl Freeze for Tabulation
impl RefUnwindSafe for Tabulation
impl Send for Tabulation
impl Sync for Tabulation
impl Unpin for Tabulation
impl UnsafeUnpin for Tabulation
impl UnwindSafe for Tabulation
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