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> Freeze for EndNote<'a>
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§
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