pub enum Web3QualificationOutcome {
Pass,
FailClosed,
}Variants§
Trait Implementations§
Source§impl Clone for Web3QualificationOutcome
impl Clone for Web3QualificationOutcome
Source§fn clone(&self) -> Web3QualificationOutcome
fn clone(&self) -> Web3QualificationOutcome
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 Web3QualificationOutcome
impl Debug for Web3QualificationOutcome
Source§impl<'de> Deserialize<'de> for Web3QualificationOutcome
impl<'de> Deserialize<'de> for Web3QualificationOutcome
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for Web3QualificationOutcome
impl Hash for Web3QualificationOutcome
Source§impl PartialEq for Web3QualificationOutcome
impl PartialEq for Web3QualificationOutcome
Source§impl Serialize for Web3QualificationOutcome
impl Serialize for Web3QualificationOutcome
impl Copy for Web3QualificationOutcome
impl Eq for Web3QualificationOutcome
impl StructuralPartialEq for Web3QualificationOutcome
Auto Trait Implementations§
impl Freeze for Web3QualificationOutcome
impl RefUnwindSafe for Web3QualificationOutcome
impl Send for Web3QualificationOutcome
impl Sync for Web3QualificationOutcome
impl Unpin for Web3QualificationOutcome
impl UnsafeUnpin for Web3QualificationOutcome
impl UnwindSafe for Web3QualificationOutcome
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