pub struct MD054LinkImageStyleTable {
    pub autolink: bool,
    pub inline: bool,
    pub full: bool,
    pub collapsed: bool,
    pub shortcut: bool,
    pub url_inline: bool,
}Fields§
§autolink: bool§inline: bool§full: bool§collapsed: bool§shortcut: bool§url_inline: boolTrait Implementations§
Source§impl Clone for MD054LinkImageStyleTable
 
impl Clone for MD054LinkImageStyleTable
Source§fn clone(&self) -> MD054LinkImageStyleTable
 
fn clone(&self) -> MD054LinkImageStyleTable
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 MD054LinkImageStyleTable
 
impl Debug for MD054LinkImageStyleTable
Source§impl Default for MD054LinkImageStyleTable
 
impl Default for MD054LinkImageStyleTable
Source§impl<'de> Deserialize<'de> for MD054LinkImageStyleTable
 
impl<'de> Deserialize<'de> for MD054LinkImageStyleTable
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 MD054LinkImageStyleTable
 
impl PartialEq for MD054LinkImageStyleTable
impl StructuralPartialEq for MD054LinkImageStyleTable
Auto Trait Implementations§
impl Freeze for MD054LinkImageStyleTable
impl RefUnwindSafe for MD054LinkImageStyleTable
impl Send for MD054LinkImageStyleTable
impl Sync for MD054LinkImageStyleTable
impl Unpin for MD054LinkImageStyleTable
impl UnwindSafe for MD054LinkImageStyleTable
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