pub struct Comments<'a> {
pub comments: Vec<Comment<'a>>,
}
Expand description
The root element of the comments document part.
Fields§
§comments: Vec<Comment<'a>>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Comments<'a>
impl<'a> RefUnwindSafe for Comments<'a>
impl<'a> Send for Comments<'a>
impl<'a> Sync for Comments<'a>
impl<'a> Unpin for Comments<'a>
impl<'a> UnwindSafe for Comments<'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