pub enum StorageAdminEvent {}
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StorageAdminEvent
impl RefUnwindSafe for StorageAdminEvent
impl Send for StorageAdminEvent
impl Sync for StorageAdminEvent
impl Unpin for StorageAdminEvent
impl UnwindSafe for StorageAdminEvent
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