pub enum ProofKind {
EffectEvidence,
EffectFinality,
CredentialResolution,
}Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ProofKind
impl<'de> Deserialize<'de> for ProofKind
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
impl Eq for ProofKind
Source§impl RunxSchema for ProofKind
impl RunxSchema for ProofKind
Source§fn json_schema() -> Value
fn json_schema() -> Value
The inlined JSON Schema for this type.
impl StructuralPartialEq for ProofKind
Auto Trait Implementations§
impl Freeze for ProofKind
impl RefUnwindSafe for ProofKind
impl Send for ProofKind
impl Sync for ProofKind
impl Unpin for ProofKind
impl UnsafeUnpin for ProofKind
impl UnwindSafe for ProofKind
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