Struct header_parsing::PathChanges
source · [−]pub struct PathChanges { /* private fields */ }
Implementations
Auto Trait Implementations
impl RefUnwindSafe for PathChanges
impl Send for PathChanges
impl Sync for PathChanges
impl Unpin for PathChanges
impl UnwindSafe for PathChanges
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