pub struct EndNote<'a> {
pub ty: Option<NoteSeparator>,
pub id: Option<isize>,
pub content: Vec<BodyContent<'a>>,
}
Fields
ty: Option<NoteSeparator>
id: Option<isize>
content: Vec<BodyContent<'a>>
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for EndNote<'a>
impl<'a> Send for EndNote<'a>
impl<'a> Sync for EndNote<'a>
impl<'a> Unpin for EndNote<'a>
impl<'a> UnwindSafe for EndNote<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more