pub struct Footnotes { /* private fields */ }
Implementations§
Trait Implementations§
impl BuildXML for Footnotes
impl StructuralPartialEq for Footnotes
Auto Trait Implementations§
impl Freeze for Footnotes
impl RefUnwindSafe for Footnotes
impl Send for Footnotes
impl Sync for Footnotes
impl Unpin for Footnotes
impl UnwindSafe for Footnotes
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