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