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