pub enum MutationOp {
Set,
Del,
Expire,
}Variants§
Trait Implementations§
Source§impl Clone for MutationOp
impl Clone for MutationOp
Source§fn clone(&self) -> MutationOp
fn clone(&self) -> MutationOp
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 moreSource§impl Debug for MutationOp
impl Debug for MutationOp
Source§impl From<&ReplicationMutation> for MutationOp
impl From<&ReplicationMutation> for MutationOp
Source§fn from(value: &ReplicationMutation) -> Self
fn from(value: &ReplicationMutation) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for MutationOp
impl RefUnwindSafe for MutationOp
impl Send for MutationOp
impl Sync for MutationOp
impl Unpin for MutationOp
impl UnsafeUnpin for MutationOp
impl UnwindSafe for MutationOp
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