pub enum SnapshotUpdatedEventType {
SnapshotUpdated,
}Variants§
SnapshotUpdated
Trait Implementations§
Source§impl Clone for SnapshotUpdatedEventType
impl Clone for SnapshotUpdatedEventType
Source§fn clone(&self) -> SnapshotUpdatedEventType
fn clone(&self) -> SnapshotUpdatedEventType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SnapshotUpdatedEventType
Source§impl Debug for SnapshotUpdatedEventType
impl Debug for SnapshotUpdatedEventType
Source§impl Default for SnapshotUpdatedEventType
impl Default for SnapshotUpdatedEventType
Source§fn default() -> SnapshotUpdatedEventType
fn default() -> SnapshotUpdatedEventType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SnapshotUpdatedEventType
impl<'de> Deserialize<'de> for SnapshotUpdatedEventType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SnapshotUpdatedEventType
Source§impl PartialEq for SnapshotUpdatedEventType
impl PartialEq for SnapshotUpdatedEventType
Source§impl Serialize for SnapshotUpdatedEventType
impl Serialize for SnapshotUpdatedEventType
impl StructuralPartialEq for SnapshotUpdatedEventType
Auto Trait Implementations§
impl Freeze for SnapshotUpdatedEventType
impl RefUnwindSafe for SnapshotUpdatedEventType
impl Send for SnapshotUpdatedEventType
impl Sync for SnapshotUpdatedEventType
impl Unpin for SnapshotUpdatedEventType
impl UnsafeUnpin for SnapshotUpdatedEventType
impl UnwindSafe for SnapshotUpdatedEventType
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