pub enum VerifyOnly {}
Expand description
Represents the set of capabilities needed for verification.
Trait Implementations§
Source§impl Clone for VerifyOnly
impl Clone for VerifyOnly
Source§fn clone(&self) -> VerifyOnly
fn clone(&self) -> VerifyOnly
Returns a copy 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 Context for VerifyOnly
impl Context for VerifyOnly
Source§impl Debug for VerifyOnly
impl Debug for VerifyOnly
Source§impl Hash for VerifyOnly
impl Hash for VerifyOnly
Source§impl Ord for VerifyOnly
impl Ord for VerifyOnly
Source§fn cmp(&self, other: &VerifyOnly) -> Ordering
fn cmp(&self, other: &VerifyOnly) -> Ordering
1.21.0 · 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 PartialEq for VerifyOnly
impl PartialEq for VerifyOnly
Source§impl PartialOrd for VerifyOnly
impl PartialOrd for VerifyOnly
impl Copy for VerifyOnly
impl Eq for VerifyOnly
impl StructuralPartialEq for VerifyOnly
impl Verification for VerifyOnly
Auto Trait Implementations§
impl Freeze for VerifyOnly
impl RefUnwindSafe for VerifyOnly
impl Send for VerifyOnly
impl Sync for VerifyOnly
impl Unpin for VerifyOnly
impl UnwindSafe for VerifyOnly
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.