pub struct MD022HeadingsBlanksTable {
pub lines_above: Vec<i32>,
pub lines_below: Vec<i32>,
}Fields§
§lines_above: Vec<i32>§lines_below: Vec<i32>Trait Implementations§
Source§impl Clone for MD022HeadingsBlanksTable
impl Clone for MD022HeadingsBlanksTable
Source§fn clone(&self) -> MD022HeadingsBlanksTable
fn clone(&self) -> MD022HeadingsBlanksTable
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 MD022HeadingsBlanksTable
impl Debug for MD022HeadingsBlanksTable
Source§impl Default for MD022HeadingsBlanksTable
impl Default for MD022HeadingsBlanksTable
Source§impl<'de> Deserialize<'de> for MD022HeadingsBlanksTable
impl<'de> Deserialize<'de> for MD022HeadingsBlanksTable
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 MD022HeadingsBlanksTable
impl PartialEq for MD022HeadingsBlanksTable
impl StructuralPartialEq for MD022HeadingsBlanksTable
Auto Trait Implementations§
impl Freeze for MD022HeadingsBlanksTable
impl RefUnwindSafe for MD022HeadingsBlanksTable
impl Send for MD022HeadingsBlanksTable
impl Sync for MD022HeadingsBlanksTable
impl Unpin for MD022HeadingsBlanksTable
impl UnwindSafe for MD022HeadingsBlanksTable
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