pub type EncryptedMutations = EncryptedMutationsV40;
Aliased Type§
struct EncryptedMutations { /* private fields */ }
Trait Implementations§
Source§impl Debug for EncryptedMutations
impl Debug for EncryptedMutations
Source§impl Versioned for EncryptedMutations
impl Versioned for EncryptedMutations
Source§impl VersionedLatest for EncryptedMutations
impl VersionedLatest for EncryptedMutations
Source§fn deserialize_from_version<R>(reader: &mut R, version: Version) -> Result<Self>
fn deserialize_from_version<R>(reader: &mut R, version: Version) -> Result<Self>
Deserializes from a given version format and upgrades to the latest version.
Source§impl Clone for EncryptedMutationsV40
impl Clone for EncryptedMutationsV40
Source§fn clone(&self) -> EncryptedMutationsV40
fn clone(&self) -> EncryptedMutationsV40
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 Default for EncryptedMutationsV40
impl Default for EncryptedMutationsV40
Source§fn default() -> EncryptedMutationsV40
fn default() -> EncryptedMutationsV40
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EncryptedMutationsV40
impl<'de> Deserialize<'de> for EncryptedMutationsV40
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