Type Alias EncryptedMutations

Source
pub type EncryptedMutations = EncryptedMutationsV40;

Aliased Type§

struct EncryptedMutations { /* private fields */ }

Trait Implementations§

Source§

impl Debug for EncryptedMutations

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
Source§

impl Versioned for EncryptedMutations

Source§

fn max_serialized_size() -> u64

Source§

fn deserialize_from<R>(reader: &mut R, _version: Version) -> Result<Self>
where R: Read + ?Sized, for<'de> Self: Deserialize<'de>,

Source§

fn serialize_into<W>(&self, writer: &mut W) -> Result<()>
where W: Write, Self: Serialize,

Source§

impl VersionedLatest for EncryptedMutations

Source§

fn deserialize_from_version<R>(reader: &mut R, version: Version) -> Result<Self>
where R: Read, Self: Sized,

Deserializes from a given version format and upgrades to the latest version.
Source§

fn deserialize_with_version<R>(reader: &mut R) -> Result<(Self, Version)>
where R: Read, Self: Sized,

Like deserialize_from_version but reads Version from reader first, then uses it to deserialize self.
Source§

fn serialize_with_version<W>(&self, writer: &mut W) -> Result<()>
where W: Write, Self: Sized,

Like serialize_into but serialized Version first, then self.
Source§

impl Clone for EncryptedMutationsV40

Source§

fn clone(&self) -> EncryptedMutationsV40

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Default for EncryptedMutationsV40

Source§

fn default() -> EncryptedMutationsV40

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for EncryptedMutationsV40

Source§

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 Serialize for EncryptedMutationsV40

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl TypeFingerprint for EncryptedMutationsV40