Enum ChangeEventKind
pub enum ChangeEventKind {
Insert,
Update,
Delete,
Replace,
Upsert,
Expire,
Unknown,
}Expand description
Change event kind labels.
Variants§
Implementations§
§impl ChangeEventKind
impl ChangeEventKind
Trait Implementations§
§impl Clone for ChangeEventKind
impl Clone for ChangeEventKind
§fn clone(&self) -> ChangeEventKind
fn clone(&self) -> ChangeEventKind
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 more§impl Debug for ChangeEventKind
impl Debug for ChangeEventKind
§impl Default for ChangeEventKind
impl Default for ChangeEventKind
§fn default() -> ChangeEventKind
fn default() -> ChangeEventKind
Returns the “default value” for a type. Read more
§impl Display for ChangeEventKind
impl Display for ChangeEventKind
§impl Hash for ChangeEventKind
impl Hash for ChangeEventKind
§impl Ord for ChangeEventKind
impl Ord for ChangeEventKind
§impl PartialEq for ChangeEventKind
impl PartialEq for ChangeEventKind
§impl PartialOrd for ChangeEventKind
impl PartialOrd for ChangeEventKind
impl Copy for ChangeEventKind
impl Eq for ChangeEventKind
impl StructuralPartialEq for ChangeEventKind
Auto Trait Implementations§
impl Freeze for ChangeEventKind
impl RefUnwindSafe for ChangeEventKind
impl Send for ChangeEventKind
impl Sync for ChangeEventKind
impl Unpin for ChangeEventKind
impl UnsafeUnpin for ChangeEventKind
impl UnwindSafe for ChangeEventKind
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