pub type UpdateMutationsKey = UpdateMutationsKeyV40;
Aliased Type§
struct UpdateMutationsKey(pub WrappedKeyV40);
Fields§
§0: WrappedKeyV40
Trait Implementations§
Source§impl From<WrappedKeyV40> for UpdateMutationsKey
impl From<WrappedKeyV40> for UpdateMutationsKey
Source§fn from(inner: WrappedKey) -> Self
fn from(inner: WrappedKey) -> Self
Converts to this type from the input type.
Source§impl Ord for UpdateMutationsKey
impl Ord for UpdateMutationsKey
Source§impl PartialEq for UpdateMutationsKey
impl PartialEq for UpdateMutationsKey
Source§impl PartialOrd for UpdateMutationsKey
impl PartialOrd for UpdateMutationsKey
impl Eq for UpdateMutationsKey
Source§impl Clone for UpdateMutationsKeyV40
impl Clone for UpdateMutationsKeyV40
Source§fn clone(&self) -> UpdateMutationsKeyV40
fn clone(&self) -> UpdateMutationsKeyV40
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 UpdateMutationsKeyV40
impl Debug for UpdateMutationsKeyV40
Source§impl<'de> Deserialize<'de> for UpdateMutationsKeyV40
impl<'de> Deserialize<'de> for UpdateMutationsKeyV40
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<UpdateMutationsKeyV32> for UpdateMutationsKeyV40
impl From<UpdateMutationsKeyV32> for UpdateMutationsKeyV40
Source§fn from(value: UpdateMutationsKeyV32) -> Self
fn from(value: UpdateMutationsKeyV32) -> Self
Converts to this type from the input type.