#[repr(C)]pub struct StorageEvent {
pub type_: StorageEventType,
}Expand description
Storage event (passed to the PubSub callback).
Fields§
§type_: StorageEventType< Type of the event.
Trait Implementations§
Source§impl Clone for StorageEvent
impl Clone for StorageEvent
Source§fn clone(&self) -> StorageEvent
fn clone(&self) -> StorageEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StorageEvent
impl Debug for StorageEvent
impl Copy for StorageEvent
Auto Trait Implementations§
impl Freeze for StorageEvent
impl RefUnwindSafe for StorageEvent
impl Send for StorageEvent
impl Sync for StorageEvent
impl Unpin for StorageEvent
impl UnwindSafe for StorageEvent
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