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