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