Struct mpc_engine::primitives::ot::OTSenderSend
source · pub struct OTSenderSend { /* private fields */ }
Expand description
The OT sender’s second message.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OTSenderSend
impl RefUnwindSafe for OTSenderSend
impl Send for OTSenderSend
impl Sync for OTSenderSend
impl Unpin for OTSenderSend
impl UnwindSafe for OTSenderSend
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