pub struct PathData { /* private fields */ }Expand description
Data structure to keep a handle on the BufReader, Metadata and the display_name (header_name) of files that are being followed.
Auto Trait Implementations
impl !RefUnwindSafe for PathData
impl !Send for PathData
impl !Sync for PathData
impl Unpin for PathData
impl !UnwindSafe for PathData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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