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