pub type ObjectStoreMutation = ObjectStoreMutationV46;
Aliased Type§
struct ObjectStoreMutation {
pub item: Item<ObjectKeyV43, ObjectValueV46>,
pub op: OperationV32,
}
Fields§
§item: Item<ObjectKeyV43, ObjectValueV46>
§op: OperationV32
Trait Implementations§
Source§impl From<ObjectStoreMutationV43> for ObjectStoreMutation
impl From<ObjectStoreMutationV43> for ObjectStoreMutation
Source§fn from(from: ObjectStoreMutationV43) -> Self
fn from(from: ObjectStoreMutationV43) -> Self
Converts to this type from the input type.