pub enum ModelEventKind {
Created,
Updated,
Deleted,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ModelEventKind
impl Clone for ModelEventKind
Source§fn clone(&self) -> ModelEventKind
fn clone(&self) -> ModelEventKind
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 ModelEventKind
impl Debug for ModelEventKind
Source§impl<'de> Deserialize<'de> for ModelEventKind
impl<'de> Deserialize<'de> for ModelEventKind
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
Source§impl PartialEq for ModelEventKind
impl PartialEq for ModelEventKind
Source§impl Serialize for ModelEventKind
impl Serialize for ModelEventKind
impl Copy for ModelEventKind
impl Eq for ModelEventKind
impl StructuralPartialEq for ModelEventKind
Auto Trait Implementations§
impl Freeze for ModelEventKind
impl RefUnwindSafe for ModelEventKind
impl Send for ModelEventKind
impl Sync for ModelEventKind
impl Unpin for ModelEventKind
impl UnsafeUnpin for ModelEventKind
impl UnwindSafe for ModelEventKind
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