pub enum CodexPatchOp {
Add,
Delete,
Update,
}Variants§
Trait Implementations§
Source§impl Clone for CodexPatchOp
impl Clone for CodexPatchOp
Source§fn clone(&self) -> CodexPatchOp
fn clone(&self) -> CodexPatchOp
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 CodexPatchOp
impl Debug for CodexPatchOp
Source§impl<'de> Deserialize<'de> for CodexPatchOp
impl<'de> Deserialize<'de> for CodexPatchOp
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 CodexPatchOp
Source§impl PartialEq for CodexPatchOp
impl PartialEq for CodexPatchOp
Source§fn eq(&self, other: &CodexPatchOp) -> bool
fn eq(&self, other: &CodexPatchOp) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CodexPatchOp
impl Serialize for CodexPatchOp
impl StructuralPartialEq for CodexPatchOp
Auto Trait Implementations§
impl Freeze for CodexPatchOp
impl RefUnwindSafe for CodexPatchOp
impl Send for CodexPatchOp
impl Sync for CodexPatchOp
impl Unpin for CodexPatchOp
impl UnsafeUnpin for CodexPatchOp
impl UnwindSafe for CodexPatchOp
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