pub struct WithPathMap(/* private fields */);
Trait Implementations§
Source§impl Default for WithPathMap
impl Default for WithPathMap
Source§fn default() -> WithPathMap
fn default() -> WithPathMap
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WithPathMap
impl RefUnwindSafe for WithPathMap
impl Send for WithPathMap
impl Sync for WithPathMap
impl Unpin for WithPathMap
impl UnwindSafe for WithPathMap
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