pub struct RecipientStanza {
pub encapsulation: Vec<u8>,
pub wrapped_cek: Vec<u8>,
}Fields§
§encapsulation: Vec<u8>§wrapped_cek: Vec<u8>Trait Implementations§
Source§impl Clone for RecipientStanza
impl Clone for RecipientStanza
Source§fn clone(&self) -> RecipientStanza
fn clone(&self) -> RecipientStanza
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RecipientStanza
impl Debug for RecipientStanza
impl Eq for RecipientStanza
Source§impl PartialEq for RecipientStanza
impl PartialEq for RecipientStanza
impl StructuralPartialEq for RecipientStanza
Auto Trait Implementations§
impl Freeze for RecipientStanza
impl RefUnwindSafe for RecipientStanza
impl Send for RecipientStanza
impl Sync for RecipientStanza
impl Unpin for RecipientStanza
impl UnsafeUnpin for RecipientStanza
impl UnwindSafe for RecipientStanza
Blanket Implementations§
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