Struct anchor_cli::BinVerification
source · pub struct BinVerification {
pub state: BinVerificationState,
pub is_verified: bool,
}Fields§
§state: BinVerificationState§is_verified: boolTrait Implementations§
source§impl PartialEq<BinVerification> for BinVerification
impl PartialEq<BinVerification> for BinVerification
source§fn eq(&self, other: &BinVerification) -> bool
fn eq(&self, other: &BinVerification) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for BinVerification
impl StructuralEq for BinVerification
impl StructuralPartialEq for BinVerification
Auto Trait Implementations§
impl RefUnwindSafe for BinVerification
impl Send for BinVerification
impl Sync for BinVerification
impl Unpin for BinVerification
impl UnwindSafe for BinVerification
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere T: 'a,
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.