Struct source_map::WithPathMap
source · 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 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