pub enum SaveMutationKind {
Insert,
Replace,
Update,
}Expand description
SaveMutationKind
Variants§
Trait Implementations§
Source§impl Clone for SaveMutationKind
impl Clone for SaveMutationKind
Source§fn clone(&self) -> SaveMutationKind
fn clone(&self) -> SaveMutationKind
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 SaveMutationKind
Auto Trait Implementations§
impl Freeze for SaveMutationKind
impl RefUnwindSafe for SaveMutationKind
impl Send for SaveMutationKind
impl Sync for SaveMutationKind
impl Unpin for SaveMutationKind
impl UnsafeUnpin for SaveMutationKind
impl UnwindSafe for SaveMutationKind
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