pub struct RootPath(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RootPath
impl RefUnwindSafe for RootPath
impl Send for RootPath
impl Sync for RootPath
impl Unpin for RootPath
impl UnwindSafe for RootPath
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