pub struct HeaderElement {
pub span: Span,
pub level: usize,
pub is_folded: bool,
pub section_index: usize,
pub children: Vec<Element>,
}Expand description
헤더 = Title =
Fields§
§span: Span§level: usize§is_folded: bool§section_index: usize§children: Vec<Element>Trait Implementations§
Source§impl Clone for HeaderElement
impl Clone for HeaderElement
Source§fn clone(&self) -> HeaderElement
fn clone(&self) -> HeaderElement
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 HeaderElement
impl Debug for HeaderElement
Auto Trait Implementations§
impl Freeze for HeaderElement
impl RefUnwindSafe for HeaderElement
impl Send for HeaderElement
impl Sync for HeaderElement
impl Unpin for HeaderElement
impl UnwindSafe for HeaderElement
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