Struct mpc_engine::messages::Message
source · pub struct Message { /* private fields */ }
Expand description
An overall message type for all messages between parties.
It includes:
- top-level protocol messages
- suprotocol messages (incomplete)
- messages for the FPre subprotocol
- (not currently) messages for the remaining sub-protocols which implement FPre
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Message
impl RefUnwindSafe for Message
impl Send for Message
impl !Sync for Message
impl Unpin for Message
impl UnwindSafe for Message
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