pub struct Verified<T> { /* private fields */ }Expand description
Verified is a wrapper type that signifies the inner type has had it’s signature verified.
Trait Implementations§
impl<T: Eq> Eq for Verified<T>
Source§impl<T: PartialEq> PartialEq for Verified<T>
impl<T: PartialEq> PartialEq for Verified<T>
impl<T: PartialEq> StructuralPartialEq for Verified<T>
Auto Trait Implementations§
impl<T> Freeze for Verified<T>where
T: Freeze,
impl<T> RefUnwindSafe for Verified<T>where
T: RefUnwindSafe,
impl<T> Send for Verified<T>where
T: Send,
impl<T> Sync for Verified<T>where
T: Sync,
impl<T> Unpin for Verified<T>where
T: Unpin,
impl<T> UnsafeUnpin for Verified<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for Verified<T>where
T: UnwindSafe,
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,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.