pub struct NamedPath { /* private fields */ }
Implementations§
Trait Implementations§
impl StructuralPartialEq for NamedPath
Auto Trait Implementations§
impl Freeze for NamedPath
impl RefUnwindSafe for NamedPath
impl Send for NamedPath
impl Sync for NamedPath
impl Unpin for NamedPath
impl UnwindSafe for NamedPath
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more