pub struct MD049EmphasisStyleTable {
pub style: EmphasisStyle,
}Fields§
§style: EmphasisStyleTrait Implementations§
Source§impl Clone for MD049EmphasisStyleTable
impl Clone for MD049EmphasisStyleTable
Source§fn clone(&self) -> MD049EmphasisStyleTable
fn clone(&self) -> MD049EmphasisStyleTable
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 MD049EmphasisStyleTable
impl Debug for MD049EmphasisStyleTable
Source§impl Default for MD049EmphasisStyleTable
impl Default for MD049EmphasisStyleTable
Source§impl<'de> Deserialize<'de> for MD049EmphasisStyleTable
impl<'de> Deserialize<'de> for MD049EmphasisStyleTable
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 MD049EmphasisStyleTable
impl PartialEq for MD049EmphasisStyleTable
impl StructuralPartialEq for MD049EmphasisStyleTable
Auto Trait Implementations§
impl Freeze for MD049EmphasisStyleTable
impl RefUnwindSafe for MD049EmphasisStyleTable
impl Send for MD049EmphasisStyleTable
impl Sync for MD049EmphasisStyleTable
impl Unpin for MD049EmphasisStyleTable
impl UnwindSafe for MD049EmphasisStyleTable
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