pub enum EmphasisType {
None,
Dot,
Comma,
Circle,
UnderDot,
}
Variants§
Trait Implementations§
Source§impl Clone for EmphasisType
impl Clone for EmphasisType
Source§fn clone(&self) -> EmphasisType
fn clone(&self) -> EmphasisType
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 EmphasisType
impl Debug for EmphasisType
Source§impl Default for EmphasisType
impl Default for EmphasisType
Source§fn default() -> EmphasisType
fn default() -> EmphasisType
Returns the “default value” for a type. Read more
Source§impl Display for EmphasisType
impl Display for EmphasisType
Auto Trait Implementations§
impl Freeze for EmphasisType
impl RefUnwindSafe for EmphasisType
impl Send for EmphasisType
impl Sync for EmphasisType
impl Unpin for EmphasisType
impl UnwindSafe for EmphasisType
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