pub struct StoragePath { /* private fields */ }Implementations§
source§impl StoragePath
impl StoragePath
Trait Implementations§
source§impl Debug for StoragePath
impl Debug for StoragePath
Auto Trait Implementations§
impl Freeze for StoragePath
impl RefUnwindSafe for StoragePath
impl Send for StoragePath
impl Sync for StoragePath
impl Unpin for StoragePath
impl UnwindSafe for StoragePath
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