pub struct VcProof {
pub proof_type: String,
pub created: String,
pub verification_method: String,
pub proof_purpose: String,
pub proof_value: String,
}Available on crate feature
did only.Fields§
§proof_type: String§created: String§verification_method: String§proof_purpose: String§proof_value: StringTrait Implementations§
Source§impl<'de> Deserialize<'de> for VcProof
impl<'de> Deserialize<'de> for VcProof
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
Auto Trait Implementations§
impl Freeze for VcProof
impl RefUnwindSafe for VcProof
impl Send for VcProof
impl Sync for VcProof
impl Unpin for VcProof
impl UnsafeUnpin for VcProof
impl UnwindSafe for VcProof
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