pub struct Footnote {
pub content: String,
}Expand description
Footnote definition
Fields§
§content: StringFootnote content (inline markdown)
Trait Implementations§
Source§impl<'doc> FromEure<'doc> for Footnote
impl<'doc> FromEure<'doc> for Footnote
Source§type Error = ParseError
type Error = ParseError
The error type returned by parsing.
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