Struct storage
pub struct storage;
Trait Implementations§
§impl EventDescriptor for storage
impl EventDescriptor for storage
Auto Trait Implementations§
impl Freeze for storage
impl RefUnwindSafe for storage
impl Send for storage
impl Sync for storage
impl Unpin for storage
impl UnwindSafe for storage
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