pub struct FetchInclusionProofResult {
pub calculated_tree_hash: [u8; 32],
pub leaf_index: u64,
}Fields§
§calculated_tree_hash: [u8; 32]§leaf_index: u64Auto Trait Implementations§
impl Freeze for FetchInclusionProofResult
impl RefUnwindSafe for FetchInclusionProofResult
impl Send for FetchInclusionProofResult
impl Sync for FetchInclusionProofResult
impl Unpin for FetchInclusionProofResult
impl UnwindSafe for FetchInclusionProofResult
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