pub type ObjectStoreMutation = ObjectStoreMutationV43;
Aliased Type§
struct ObjectStoreMutation {
pub item: Item<ObjectKeyV43, ObjectValueV41>,
pub op: OperationV32,
}
Fields§
§item: Item<ObjectKeyV43, ObjectValueV41>
§op: OperationV32
Trait Implementations§
Source§impl Ord for ObjectStoreMutation
impl Ord for ObjectStoreMutation
Source§impl PartialEq for ObjectStoreMutation
impl PartialEq for ObjectStoreMutation
Source§impl PartialOrd for ObjectStoreMutation
impl PartialOrd for ObjectStoreMutation
impl Eq for ObjectStoreMutation
Source§impl Clone for ObjectStoreMutationV43
impl Clone for ObjectStoreMutationV43
Source§fn clone(&self) -> ObjectStoreMutationV43
fn clone(&self) -> ObjectStoreMutationV43
Returns a copy of the value. Read more
1.0.0 · 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 ObjectStoreMutationV43
impl Debug for ObjectStoreMutationV43
Source§impl<'de> Deserialize<'de> for ObjectStoreMutationV43
impl<'de> Deserialize<'de> for ObjectStoreMutationV43
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
Source§impl From<ObjectStoreMutationV41> for ObjectStoreMutationV43
impl From<ObjectStoreMutationV41> for ObjectStoreMutationV43
Source§fn from(from: ObjectStoreMutationV41) -> Self
fn from(from: ObjectStoreMutationV41) -> Self
Converts to this type from the input type.