pub struct ManifestProof {
pub proof_type: String,
pub cryptosuite: Option<String>,
pub verification_method: String,
pub proof_purpose: String,
pub proof_value: String,
}Fields§
§proof_type: String§cryptosuite: Option<String>§verification_method: String§proof_purpose: String§proof_value: StringTrait Implementations§
Source§impl Debug for ManifestProof
impl Debug for ManifestProof
Source§impl<'de> Deserialize<'de> for ManifestProof
impl<'de> Deserialize<'de> for ManifestProof
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 ManifestProof
impl RefUnwindSafe for ManifestProof
impl Send for ManifestProof
impl Sync for ManifestProof
impl Unpin for ManifestProof
impl UnsafeUnpin for ManifestProof
impl UnwindSafe for ManifestProof
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