Struct docx_rust::formatting::Endnote
source · pub struct Endnote {
pub id: isize,
}Fields§
§id: isizeTrait Implementations§
Auto Trait Implementations§
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