pub struct Endnote {
pub id: isize,
}
Fields§
§id: isize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Endnote
impl RefUnwindSafe for Endnote
impl Send for Endnote
impl Sync for Endnote
impl Unpin for Endnote
impl UnwindSafe for Endnote
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