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