pub enum LevelSuffixType {
Nothing,
Space,
Tab,
}
Variants§
Trait Implementations§
Source§impl Clone for LevelSuffixType
impl Clone for LevelSuffixType
Source§fn clone(&self) -> LevelSuffixType
fn clone(&self) -> LevelSuffixType
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 LevelSuffixType
impl Debug for LevelSuffixType
Source§impl Display for LevelSuffixType
impl Display for LevelSuffixType
Source§impl FromStr for LevelSuffixType
impl FromStr for LevelSuffixType
Source§impl PartialEq for LevelSuffixType
impl PartialEq for LevelSuffixType
Source§impl Serialize for LevelSuffixType
impl Serialize for LevelSuffixType
impl StructuralPartialEq for LevelSuffixType
Auto Trait Implementations§
impl Freeze for LevelSuffixType
impl RefUnwindSafe for LevelSuffixType
impl Send for LevelSuffixType
impl Sync for LevelSuffixType
impl Unpin for LevelSuffixType
impl UnwindSafe for LevelSuffixType
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