pub struct FootnoteElement {
pub span: Span,
pub footnote_index: usize,
pub parameters: Parameters,
pub children: Vec<Element>,
}Expand description
각주 {{{#footnote …}}}
Fields§
§span: Span§footnote_index: usize§parameters: Parameters§children: Vec<Element>Trait Implementations§
Source§impl Clone for FootnoteElement
impl Clone for FootnoteElement
Source§fn clone(&self) -> FootnoteElement
fn clone(&self) -> FootnoteElement
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 FootnoteElement
impl Debug for FootnoteElement
Auto Trait Implementations§
impl Freeze for FootnoteElement
impl RefUnwindSafe for FootnoteElement
impl Send for FootnoteElement
impl Sync for FootnoteElement
impl Unpin for FootnoteElement
impl UnwindSafe for FootnoteElement
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