pub struct WrappedContentKey {
pub recipient: String,
pub ephemeral_public_key: String,
pub nonce: String,
pub ciphertext: String,
}Fields§
§recipient: String§ephemeral_public_key: String§nonce: String§ciphertext: StringTrait Implementations§
Source§impl Clone for WrappedContentKey
impl Clone for WrappedContentKey
Source§fn clone(&self) -> WrappedContentKey
fn clone(&self) -> WrappedContentKey
Returns a duplicate 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 WrappedContentKey
impl Debug for WrappedContentKey
Source§impl<'de> Deserialize<'de> for WrappedContentKey
impl<'de> Deserialize<'de> for WrappedContentKey
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 PartialEq for WrappedContentKey
impl PartialEq for WrappedContentKey
Source§impl Serialize for WrappedContentKey
impl Serialize for WrappedContentKey
impl Eq for WrappedContentKey
impl StructuralPartialEq for WrappedContentKey
Auto Trait Implementations§
impl Freeze for WrappedContentKey
impl RefUnwindSafe for WrappedContentKey
impl Send for WrappedContentKey
impl Sync for WrappedContentKey
impl Unpin for WrappedContentKey
impl UnsafeUnpin for WrappedContentKey
impl UnwindSafe for WrappedContentKey
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more