pub type ObjectStoreMutation = ObjectStoreMutationV55;Aliased Type§
pub struct ObjectStoreMutation {
pub item: Item<ObjectKeyV54, ObjectValueV54>,
pub op: OperationV32,
}Fields§
§item: Item<ObjectKeyV54, ObjectValueV54>§op: OperationV32Trait Implementations§
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