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