#[repr(transparent)]pub struct StorageEventType(pub c_uchar);
Expand description
Enumeration of events emitted by the storage through the PubSub system.
Tuple Fields§
§0: c_uchar
Trait Implementations§
Source§impl Clone for StorageEventType
impl Clone for StorageEventType
Source§fn clone(&self) -> StorageEventType
fn clone(&self) -> StorageEventType
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 StorageEventType
impl Debug for StorageEventType
Source§impl Hash for StorageEventType
impl Hash for StorageEventType
Source§impl PartialEq for StorageEventType
impl PartialEq for StorageEventType
impl Copy for StorageEventType
impl Eq for StorageEventType
impl StructuralPartialEq for StorageEventType
Auto Trait Implementations§
impl Freeze for StorageEventType
impl RefUnwindSafe for StorageEventType
impl Send for StorageEventType
impl Sync for StorageEventType
impl Unpin for StorageEventType
impl UnwindSafe for StorageEventType
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