pub enum RecordMutation {
Insert,
Save,
Update,
Delete,
}Variants§
Trait Implementations§
Source§impl Clone for RecordMutation
impl Clone for RecordMutation
Source§fn clone(&self) -> RecordMutation
fn clone(&self) -> RecordMutation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RecordMutation
Source§impl Debug for RecordMutation
impl Debug for RecordMutation
impl Eq for RecordMutation
Source§impl PartialEq for RecordMutation
impl PartialEq for RecordMutation
impl StructuralPartialEq for RecordMutation
Auto Trait Implementations§
impl Freeze for RecordMutation
impl RefUnwindSafe for RecordMutation
impl Send for RecordMutation
impl Sync for RecordMutation
impl Unpin for RecordMutation
impl UnsafeUnpin for RecordMutation
impl UnwindSafe for RecordMutation
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