pub struct MD013LineLengthTable {
pub line_length: usize,
pub code_block_line_length: usize,
pub heading_line_length: usize,
pub code_blocks: bool,
pub headings: bool,
pub tables: bool,
pub strict: bool,
pub stern: bool,
}Fields§
§line_length: usize§code_block_line_length: usize§heading_line_length: usize§code_blocks: bool§headings: bool§tables: bool§strict: bool§stern: boolTrait Implementations§
Source§impl Clone for MD013LineLengthTable
impl Clone for MD013LineLengthTable
Source§fn clone(&self) -> MD013LineLengthTable
fn clone(&self) -> MD013LineLengthTable
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 MD013LineLengthTable
impl Debug for MD013LineLengthTable
Source§impl Default for MD013LineLengthTable
impl Default for MD013LineLengthTable
Source§impl<'de> Deserialize<'de> for MD013LineLengthTable
impl<'de> Deserialize<'de> for MD013LineLengthTable
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 MD013LineLengthTable
impl PartialEq for MD013LineLengthTable
impl StructuralPartialEq for MD013LineLengthTable
Auto Trait Implementations§
impl Freeze for MD013LineLengthTable
impl RefUnwindSafe for MD013LineLengthTable
impl Send for MD013LineLengthTable
impl Sync for MD013LineLengthTable
impl Unpin for MD013LineLengthTable
impl UnwindSafe for MD013LineLengthTable
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