pub enum TabLeaderType {
Dot,
Heavy,
Hyphen,
MiddleDot,
None,
Underscore,
}
Variants§
Trait Implementations§
Source§impl Clone for TabLeaderType
impl Clone for TabLeaderType
Source§fn clone(&self) -> TabLeaderType
fn clone(&self) -> TabLeaderType
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 TabLeaderType
impl Debug for TabLeaderType
Source§impl<'de> Deserialize<'de> for TabLeaderType
impl<'de> Deserialize<'de> for TabLeaderType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for TabLeaderType
impl Display for TabLeaderType
Source§impl FromStr for TabLeaderType
impl FromStr for TabLeaderType
Source§impl PartialEq for TabLeaderType
impl PartialEq for TabLeaderType
Source§impl Serialize for TabLeaderType
impl Serialize for TabLeaderType
impl Copy for TabLeaderType
impl StructuralPartialEq for TabLeaderType
Auto Trait Implementations§
impl Freeze for TabLeaderType
impl RefUnwindSafe for TabLeaderType
impl Send for TabLeaderType
impl Sync for TabLeaderType
impl Unpin for TabLeaderType
impl UnwindSafe for TabLeaderType
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