pub struct Footnote {
pub backrefs: Vec<ID>,
pub auto: bool,
}
Fields§
§backrefs: Vec<ID>
§auto: bool
Trait Implementations§
Source§impl ExtraAttributes<Footnote> for Footnote
impl ExtraAttributes<Footnote> 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