pub struct FootnoteReference { /* private fields */ }Expand description
A struct representing a footnote reference in the AST.
Implementations§
Trait Implementations§
Source§impl Debug for FootnoteReference
impl Debug for FootnoteReference
Source§impl From<FootnoteReference> for KindData
impl From<FootnoteReference> for KindData
Source§fn from(e: FootnoteReference) -> Self
fn from(e: FootnoteReference) -> Self
Converts to this type from the input type.
Source§impl NodeKind for FootnoteReference
impl NodeKind for FootnoteReference
Source§impl PrettyPrint for FootnoteReference
impl PrettyPrint for FootnoteReference
Auto Trait Implementations§
impl Freeze for FootnoteReference
impl RefUnwindSafe for FootnoteReference
impl Send for FootnoteReference
impl Sync for FootnoteReference
impl Unpin for FootnoteReference
impl UnsafeUnpin for FootnoteReference
impl UnwindSafe for FootnoteReference
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