Struct hrx_parser::Comment
source · [−]pub struct Comment<'a> {
pub start: usize,
pub end: usize,
pub source: &'a str,
pub boundary: Boundary,
pub body: Body<'a>,
}Fields
start: usizeend: usizesource: &'a strboundary: Boundarybody: Body<'a>Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Comment<'a>
impl<'a> Send for Comment<'a>
impl<'a> Sync for Comment<'a>
impl<'a> Unpin for Comment<'a>
impl<'a> UnwindSafe for Comment<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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