pub enum EmphasisStyle {
Consistent,
Asterisk,
Underscore,
}Variants§
Trait Implementations§
Source§impl Clone for EmphasisStyle
impl Clone for EmphasisStyle
Source§fn clone(&self) -> EmphasisStyle
fn clone(&self) -> EmphasisStyle
Returns a duplicate 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 EmphasisStyle
impl Debug for EmphasisStyle
Source§impl Default for EmphasisStyle
impl Default for EmphasisStyle
Source§impl<'de> Deserialize<'de> for EmphasisStyle
impl<'de> Deserialize<'de> for EmphasisStyle
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 PartialEq for EmphasisStyle
impl PartialEq for EmphasisStyle
impl StructuralPartialEq for EmphasisStyle
Auto Trait Implementations§
impl Freeze for EmphasisStyle
impl RefUnwindSafe for EmphasisStyle
impl Send for EmphasisStyle
impl Sync for EmphasisStyle
impl Unpin for EmphasisStyle
impl UnwindSafe for EmphasisStyle
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