Struct hrx_parser::Entry
source · [−]pub struct Entry<'a> {
pub start: usize,
pub end: usize,
pub comment: Option<Comment<'a>>,
pub body: FileOrDirectory<'a>,
}Fields
start: usizeend: usizecomment: Option<Comment<'a>>body: FileOrDirectory<'a>Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Entry<'a>
impl<'a> Send for Entry<'a>
impl<'a> Sync for Entry<'a>
impl<'a> Unpin for Entry<'a>
impl<'a> UnwindSafe for Entry<'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