pub enum PTabLeader {
None,
Dot,
Hyphen,
Underscore,
MiddleDot,
}
Variants§
Trait Implementations§
Source§impl Clone for PTabLeader
impl Clone for PTabLeader
Source§fn clone(&self) -> PTabLeader
fn clone(&self) -> PTabLeader
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 PTabLeader
impl Debug for PTabLeader
Source§impl Display for PTabLeader
impl Display for PTabLeader
Auto Trait Implementations§
impl Freeze for PTabLeader
impl RefUnwindSafe for PTabLeader
impl Send for PTabLeader
impl Sync for PTabLeader
impl Unpin for PTabLeader
impl UnwindSafe for PTabLeader
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