pub enum ObjectEvent {
Update,
Delete,
}Expand description
Object update event types.
Variants§
Trait Implementations§
Source§impl Clone for ObjectEvent
impl Clone for ObjectEvent
Source§fn clone(&self) -> ObjectEvent
fn clone(&self) -> ObjectEvent
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 ObjectEvent
impl Debug for ObjectEvent
Source§impl TryFrom<String> for ObjectEvent
impl TryFrom<String> for ObjectEvent
impl Copy for ObjectEvent
Auto Trait Implementations§
impl Freeze for ObjectEvent
impl RefUnwindSafe for ObjectEvent
impl Send for ObjectEvent
impl Sync for ObjectEvent
impl Unpin for ObjectEvent
impl UnwindSafe for ObjectEvent
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