pub enum EmphasisType {
Stress,
Contrast,
}Expand description
Emphasis type
Variants§
Trait Implementations§
Source§impl Clone for EmphasisType
impl Clone for EmphasisType
Source§fn clone(&self) -> EmphasisType
fn clone(&self) -> EmphasisType
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 EmphasisType
impl Debug for EmphasisType
Source§impl<'de> Deserialize<'de> for EmphasisType
impl<'de> Deserialize<'de> for EmphasisType
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 EmphasisType
impl PartialEq for EmphasisType
Source§impl Serialize for EmphasisType
impl Serialize for EmphasisType
impl StructuralPartialEq 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