pub enum TrustOperatingMode {
NearBinaryGate,
WeaklyGraded,
StronglyGraded,
}Variants§
Trait Implementations§
Source§impl Clone for TrustOperatingMode
impl Clone for TrustOperatingMode
Source§fn clone(&self) -> TrustOperatingMode
fn clone(&self) -> TrustOperatingMode
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 TrustOperatingMode
impl Debug for TrustOperatingMode
Source§impl Serialize for TrustOperatingMode
impl Serialize for TrustOperatingMode
impl Copy for TrustOperatingMode
Auto Trait Implementations§
impl Freeze for TrustOperatingMode
impl RefUnwindSafe for TrustOperatingMode
impl Send for TrustOperatingMode
impl Sync for TrustOperatingMode
impl Unpin for TrustOperatingMode
impl UnsafeUnpin for TrustOperatingMode
impl UnwindSafe for TrustOperatingMode
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