pub enum MutationOutcome {
Inserted,
Updated,
}Expand description
Result of an upsert operation.
Variants§
Trait Implementations§
Source§impl Clone for MutationOutcome
impl Clone for MutationOutcome
Source§fn clone(&self) -> MutationOutcome
fn clone(&self) -> MutationOutcome
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 MutationOutcome
Source§impl Debug for MutationOutcome
impl Debug for MutationOutcome
impl Eq for MutationOutcome
Source§impl PartialEq for MutationOutcome
impl PartialEq for MutationOutcome
impl StructuralPartialEq for MutationOutcome
Auto Trait Implementations§
impl Freeze for MutationOutcome
impl RefUnwindSafe for MutationOutcome
impl Send for MutationOutcome
impl Sync for MutationOutcome
impl Unpin for MutationOutcome
impl UnsafeUnpin for MutationOutcome
impl UnwindSafe for MutationOutcome
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