pub struct Footnote {
pub id: usize,
pub content: Vec<Paragraph>,
}
Fields§
§id: usize
§content: Vec<Paragraph>
Implementations§
Trait Implementations§
Source§impl From<&FootnoteReference> for Footnote
impl From<&FootnoteReference> for Footnote
Source§fn from(reference: &FootnoteReference) -> Self
fn from(reference: &FootnoteReference) -> Self
Converts to this type from the input type.
Source§impl From<Footnote> for FootnoteReference
impl From<Footnote> for FootnoteReference
impl BuildXML for Footnote
impl StructuralPartialEq for Footnote
Auto Trait Implementations§
impl Freeze for Footnote
impl RefUnwindSafe for Footnote
impl Send for Footnote
impl Sync for Footnote
impl Unpin for Footnote
impl UnwindSafe for Footnote
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