pub struct StorageFull;Trait Implementations§
Source§impl Debug for StorageFull
impl Debug for StorageFull
Source§impl PartialEq for StorageFull
impl PartialEq for StorageFull
impl StructuralPartialEq for StorageFull
Auto Trait Implementations§
impl Freeze for StorageFull
impl RefUnwindSafe for StorageFull
impl Send for StorageFull
impl Sync for StorageFull
impl Unpin for StorageFull
impl UnwindSafe for StorageFull
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