pub struct BasePath {}Implementations§
Auto Trait Implementations§
impl Freeze for BasePath
impl RefUnwindSafe for BasePath
impl Send for BasePath
impl Sync for BasePath
impl Unpin for BasePath
impl UnwindSafe for BasePath
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