pub struct VerificationResultChecks {
pub signatures: Option<VerificationResultChecksSignatures>,
pub causal_chain: Option<VerificationResultChecksCausalChain>,
pub policy_compliance: Option<VerificationResultChecksPolicyCompliance>,
}Fields§
§signatures: Option<VerificationResultChecksSignatures>§causal_chain: Option<VerificationResultChecksCausalChain>§policy_compliance: Option<VerificationResultChecksPolicyCompliance>Implementations§
Source§impl VerificationResultChecks
impl VerificationResultChecks
pub fn new() -> VerificationResultChecks
Trait Implementations§
Source§impl Clone for VerificationResultChecks
impl Clone for VerificationResultChecks
Source§fn clone(&self) -> VerificationResultChecks
fn clone(&self) -> VerificationResultChecks
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 VerificationResultChecks
impl Debug for VerificationResultChecks
Source§impl Default for VerificationResultChecks
impl Default for VerificationResultChecks
Source§fn default() -> VerificationResultChecks
fn default() -> VerificationResultChecks
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for VerificationResultChecks
impl<'de> Deserialize<'de> for VerificationResultChecks
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 VerificationResultChecks
impl PartialEq for VerificationResultChecks
Source§fn eq(&self, other: &VerificationResultChecks) -> bool
fn eq(&self, other: &VerificationResultChecks) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for VerificationResultChecks
impl Serialize for VerificationResultChecks
impl StructuralPartialEq for VerificationResultChecks
Auto Trait Implementations§
impl Freeze for VerificationResultChecks
impl RefUnwindSafe for VerificationResultChecks
impl Send for VerificationResultChecks
impl Sync for VerificationResultChecks
impl Unpin for VerificationResultChecks
impl UnsafeUnpin for VerificationResultChecks
impl UnwindSafe for VerificationResultChecks
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