Struct mpc_engine::party::WireLabel
source · pub struct WireLabel(/* private fields */);
Expand description
A Wire label given by a party.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WireLabel
impl RefUnwindSafe for WireLabel
impl Send for WireLabel
impl Sync for WireLabel
impl Unpin for WireLabel
impl UnwindSafe for WireLabel
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