pub struct AuditProof {
pub leaf_index: u64,
pub audit_path: Vec<String>,
}Fields§
§leaf_index: u64§audit_path: Vec<String>Trait Implementations§
Source§impl Clone for AuditProof
impl Clone for AuditProof
Source§fn clone(&self) -> AuditProof
fn clone(&self) -> AuditProof
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 AuditProof
impl Debug for AuditProof
Source§impl<'de> Deserialize<'de> for AuditProof
impl<'de> Deserialize<'de> for AuditProof
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 AuditProof
impl RefUnwindSafe for AuditProof
impl Send for AuditProof
impl Sync for AuditProof
impl Unpin for AuditProof
impl UnsafeUnpin for AuditProof
impl UnwindSafe for AuditProof
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