pub struct Footnote {
pub id: isize,
}
Fields§
§id: isize
Trait Implementations§
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