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