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