pub struct Footnotes<'a> {
pub defs: Vec<FootnoteDef<'a>>,
pub span: Span,
}Expand description
Container for footnote definitions.
Fields§
§defs: Vec<FootnoteDef<'a>>Footnote definitions.
span: SpanSource span.
Trait Implementations§
impl<'a> StructuralPartialEq for Footnotes<'a>
Auto Trait Implementations§
impl<'a> Freeze for Footnotes<'a>
impl<'a> RefUnwindSafe for Footnotes<'a>
impl<'a> Send for Footnotes<'a>
impl<'a> Sync for Footnotes<'a>
impl<'a> Unpin for Footnotes<'a>
impl<'a> UnwindSafe for Footnotes<'a>
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