pub struct ToCSection {
pub title: Option<String>,
pub anchor: Option<String>,
pub level: Option<u16>,
pub divider: Option<bool>,
}
Fields§
§title: Option<String>
§anchor: Option<String>
§level: Option<u16>
§divider: Option<bool>
Trait Implementations§
Source§impl Clone for ToCSection
impl Clone for ToCSection
Source§fn clone(&self) -> ToCSection
fn clone(&self) -> ToCSection
Returns a copy 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 ToCSection
impl Debug for ToCSection
Source§impl<'de> Deserialize<'de> for ToCSection
impl<'de> Deserialize<'de> for ToCSection
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
Auto Trait Implementations§
impl Freeze for ToCSection
impl RefUnwindSafe for ToCSection
impl Send for ToCSection
impl Sync for ToCSection
impl Unpin for ToCSection
impl UnwindSafe for ToCSection
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