pub enum SeedIdempotency {
InsertOnce,
Upsert,
Reconcile,
}Variants§
Trait Implementations§
Source§impl Clone for SeedIdempotency
impl Clone for SeedIdempotency
Source§fn clone(&self) -> SeedIdempotency
fn clone(&self) -> SeedIdempotency
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 SeedIdempotency
Source§impl Debug for SeedIdempotency
impl Debug for SeedIdempotency
Source§impl<'de> Deserialize<'de> for SeedIdempotency
impl<'de> Deserialize<'de> for SeedIdempotency
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for SeedIdempotency
Source§impl PartialEq for SeedIdempotency
impl PartialEq for SeedIdempotency
Source§impl Serialize for SeedIdempotency
impl Serialize for SeedIdempotency
impl StructuralPartialEq for SeedIdempotency
Auto Trait Implementations§
impl Freeze for SeedIdempotency
impl RefUnwindSafe for SeedIdempotency
impl Send for SeedIdempotency
impl Sync for SeedIdempotency
impl Unpin for SeedIdempotency
impl UnsafeUnpin for SeedIdempotency
impl UnwindSafe for SeedIdempotency
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