pub enum EmphasisKind {
Emph,
Strong,
}Variants§
Trait Implementations§
Source§impl Clone for EmphasisKind
impl Clone for EmphasisKind
Source§fn clone(&self) -> EmphasisKind
fn clone(&self) -> EmphasisKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EmphasisKind
impl Debug for EmphasisKind
Source§impl PartialEq for EmphasisKind
impl PartialEq for EmphasisKind
Source§fn eq(&self, other: &EmphasisKind) -> bool
fn eq(&self, other: &EmphasisKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for EmphasisKind
impl Eq for EmphasisKind
impl StructuralPartialEq for EmphasisKind
Auto Trait Implementations§
impl Freeze for EmphasisKind
impl RefUnwindSafe for EmphasisKind
impl Send for EmphasisKind
impl Sync for EmphasisKind
impl Unpin for EmphasisKind
impl UnsafeUnpin for EmphasisKind
impl UnwindSafe for EmphasisKind
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