pub struct OtEncrypted {
pub e0: Vec<u8>,
pub e1: Vec<u8>,
}Expand description
Sender’s encrypted messages.
Fields§
§e0: Vec<u8>§e1: Vec<u8>Trait Implementations§
Source§impl Clone for OtEncrypted
impl Clone for OtEncrypted
Source§fn clone(&self) -> OtEncrypted
fn clone(&self) -> OtEncrypted
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 moreAuto Trait Implementations§
impl Freeze for OtEncrypted
impl RefUnwindSafe for OtEncrypted
impl Send for OtEncrypted
impl Sync for OtEncrypted
impl Unpin for OtEncrypted
impl UnsafeUnpin for OtEncrypted
impl UnwindSafe for OtEncrypted
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