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