pub type ObjectStoreMutation = ObjectStoreMutationV56;Aliased Type§
pub struct ObjectStoreMutation {
pub item: Item<ObjectKeyV54, ObjectValueV56>,
pub op: OperationV32,
}Fields§
§item: Item<ObjectKeyV54, ObjectValueV56>§op: OperationV32Trait Implementations§
impl Eq for ObjectStoreMutation
Source§impl Ord for ObjectStoreMutation
impl Ord for ObjectStoreMutation
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more