pub enum MPCSecurityModel {
SemiHonest,
Malicious,
Covert,
}Variants§
Trait Implementations§
Source§impl Clone for MPCSecurityModel
impl Clone for MPCSecurityModel
Source§fn clone(&self) -> MPCSecurityModel
fn clone(&self) -> MPCSecurityModel
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MPCSecurityModel
impl Debug for MPCSecurityModel
Source§impl PartialEq for MPCSecurityModel
impl PartialEq for MPCSecurityModel
impl StructuralPartialEq for MPCSecurityModel
Auto Trait Implementations§
impl Freeze for MPCSecurityModel
impl RefUnwindSafe for MPCSecurityModel
impl Send for MPCSecurityModel
impl Sync for MPCSecurityModel
impl Unpin for MPCSecurityModel
impl UnsafeUnpin for MPCSecurityModel
impl UnwindSafe for MPCSecurityModel
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