pub struct EnvelopeVerifyWithInclusionOverrides {
pub overrides: EnvelopeVerifyOverrides,
pub trusted_root_hash: Option<String>,
pub trusted_level: Option<usize>,
pub trusted_position: Option<i64>,
pub verify_batch_existence: bool,
pub level_checks: Vec<VerifyLevelCheck>,
pub levels_hash_type: Option<String>,
}Fields§
§overrides: EnvelopeVerifyOverrides§trusted_root_hash: Option<String>§trusted_level: Option<usize>§trusted_position: Option<i64>§verify_batch_existence: bool§level_checks: Vec<VerifyLevelCheck>§levels_hash_type: Option<String>Trait Implementations§
Source§impl Clone for EnvelopeVerifyWithInclusionOverrides
impl Clone for EnvelopeVerifyWithInclusionOverrides
Source§fn clone(&self) -> EnvelopeVerifyWithInclusionOverrides
fn clone(&self) -> EnvelopeVerifyWithInclusionOverrides
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 Default for EnvelopeVerifyWithInclusionOverrides
impl Default for EnvelopeVerifyWithInclusionOverrides
Source§fn default() -> EnvelopeVerifyWithInclusionOverrides
fn default() -> EnvelopeVerifyWithInclusionOverrides
Returns the “default value” for a type. Read more
Source§impl PartialEq for EnvelopeVerifyWithInclusionOverrides
impl PartialEq for EnvelopeVerifyWithInclusionOverrides
Source§fn eq(&self, other: &EnvelopeVerifyWithInclusionOverrides) -> bool
fn eq(&self, other: &EnvelopeVerifyWithInclusionOverrides) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for EnvelopeVerifyWithInclusionOverrides
impl StructuralPartialEq for EnvelopeVerifyWithInclusionOverrides
Auto Trait Implementations§
impl Freeze for EnvelopeVerifyWithInclusionOverrides
impl RefUnwindSafe for EnvelopeVerifyWithInclusionOverrides
impl Send for EnvelopeVerifyWithInclusionOverrides
impl Sync for EnvelopeVerifyWithInclusionOverrides
impl Unpin for EnvelopeVerifyWithInclusionOverrides
impl UnsafeUnpin for EnvelopeVerifyWithInclusionOverrides
impl UnwindSafe for EnvelopeVerifyWithInclusionOverrides
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