#[repr(u8)]pub enum ProofTier {
P1 = 1,
P2 = 2,
P3 = 3,
}Expand description
Proof tier (P1, P2, P3).
Variants§
P1 = 1
P1: Capability check (< 1 us).
P2 = 2
P2: Policy validation (< 100 us).
P3 = 3
P3: Deep proof (< 10 ms).
Trait Implementations§
impl Copy for ProofTier
impl Eq for ProofTier
Source§impl Ord for ProofTier
impl Ord for ProofTier
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for ProofTier
impl PartialOrd for ProofTier
impl StructuralPartialEq for ProofTier
Auto Trait Implementations§
impl Freeze for ProofTier
impl RefUnwindSafe for ProofTier
impl Send for ProofTier
impl Sync for ProofTier
impl Unpin for ProofTier
impl UnsafeUnpin for ProofTier
impl UnwindSafe for ProofTier
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