Struct secure_survey::EncodedCiphertext
source · pub struct EncodedCiphertext<T> { /* private fields */ }
Expand description
Encrypted message with type information.
Trait Implementations§
source§impl<T> Clone for EncodedCiphertext<T>where
T: Clone,
impl<T> Clone for EncodedCiphertext<T>where T: Clone,
source§fn clone(&self) -> EncodedCiphertext<T>
fn clone(&self) -> EncodedCiphertext<T>
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<T> Debug for EncodedCiphertext<T>where
T: Debug,
impl<T> Debug for EncodedCiphertext<T>where T: Debug,
source§impl<'de, T> Deserialize<'de> for EncodedCiphertext<T>
impl<'de, T> Deserialize<'de> for EncodedCiphertext<T>
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<EncodedCiphertext<T>, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<EncodedCiphertext<T>, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl<T> PartialEq<EncodedCiphertext<T>> for EncodedCiphertext<T>where
T: PartialEq<T>,
impl<T> PartialEq<EncodedCiphertext<T>> for EncodedCiphertext<T>where T: PartialEq<T>,
source§fn eq(&self, other: &EncodedCiphertext<T>) -> bool
fn eq(&self, other: &EncodedCiphertext<T>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl<T> Serialize for EncodedCiphertext<T>
impl<T> Serialize for EncodedCiphertext<T>
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more