pub struct EnvelopeVerifyDetails {
pub verify: VerifyResultDetails,
pub computed_data_item: Option<String>,
pub envelope_data_item: Option<String>,
pub envelope_data_item_match: Option<bool>,
pub envelope_data_type: Option<String>,
pub envelope_kayros_hash: Option<String>,
}Fields§
§verify: VerifyResultDetails§computed_data_item: Option<String>§envelope_data_item: Option<String>§envelope_data_item_match: Option<bool>§envelope_data_type: Option<String>§envelope_kayros_hash: Option<String>Trait Implementations§
Source§impl Clone for EnvelopeVerifyDetails
impl Clone for EnvelopeVerifyDetails
Source§fn clone(&self) -> EnvelopeVerifyDetails
fn clone(&self) -> EnvelopeVerifyDetails
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EnvelopeVerifyDetails
impl Debug for EnvelopeVerifyDetails
Source§impl Default for EnvelopeVerifyDetails
impl Default for EnvelopeVerifyDetails
Source§fn default() -> EnvelopeVerifyDetails
fn default() -> EnvelopeVerifyDetails
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EnvelopeVerifyDetails
impl<'de> Deserialize<'de> for EnvelopeVerifyDetails
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 PartialEq for EnvelopeVerifyDetails
impl PartialEq for EnvelopeVerifyDetails
Source§fn eq(&self, other: &EnvelopeVerifyDetails) -> bool
fn eq(&self, other: &EnvelopeVerifyDetails) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EnvelopeVerifyDetails
impl Serialize for EnvelopeVerifyDetails
impl Eq for EnvelopeVerifyDetails
impl StructuralPartialEq for EnvelopeVerifyDetails
Auto Trait Implementations§
impl Freeze for EnvelopeVerifyDetails
impl RefUnwindSafe for EnvelopeVerifyDetails
impl Send for EnvelopeVerifyDetails
impl Sync for EnvelopeVerifyDetails
impl Unpin for EnvelopeVerifyDetails
impl UnsafeUnpin for EnvelopeVerifyDetails
impl UnwindSafe for EnvelopeVerifyDetails
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