pub struct StorageGuard { /* private fields */ }Expand description
RAII guard for storage allocation
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StorageGuard
impl RefUnwindSafe for StorageGuard
impl Send for StorageGuard
impl Sync for StorageGuard
impl Unpin for StorageGuard
impl UnsafeUnpin for StorageGuard
impl UnwindSafe for StorageGuard
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