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 copy 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 Tabulation
impl Debug for Tabulation
Source§impl Into<u32> for Tabulation
impl Into<u32> for Tabulation
Source§impl PartialEq for Tabulation
impl PartialEq for Tabulation
impl Copy for Tabulation
impl Eq for Tabulation
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 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