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