pub struct MD012MultipleBlankLinesTable {
    pub maximum: usize,
}Fields§
§maximum: usizeTrait Implementations§
Source§impl Clone for MD012MultipleBlankLinesTable
 
impl Clone for MD012MultipleBlankLinesTable
Source§fn clone(&self) -> MD012MultipleBlankLinesTable
 
fn clone(&self) -> MD012MultipleBlankLinesTable
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 MD012MultipleBlankLinesTable
 
impl Debug for MD012MultipleBlankLinesTable
Source§impl<'de> Deserialize<'de> for MD012MultipleBlankLinesTable
 
impl<'de> Deserialize<'de> for MD012MultipleBlankLinesTable
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 MD012MultipleBlankLinesTable
 
impl PartialEq for MD012MultipleBlankLinesTable
Source§fn eq(&self, other: &MD012MultipleBlankLinesTable) -> bool
 
fn eq(&self, other: &MD012MultipleBlankLinesTable) -> bool
Tests for 
self and other values to be equal, and is used by ==.impl StructuralPartialEq for MD012MultipleBlankLinesTable
Auto Trait Implementations§
impl Freeze for MD012MultipleBlankLinesTable
impl RefUnwindSafe for MD012MultipleBlankLinesTable
impl Send for MD012MultipleBlankLinesTable
impl Sync for MD012MultipleBlankLinesTable
impl Unpin for MD012MultipleBlankLinesTable
impl UnwindSafe for MD012MultipleBlankLinesTable
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