pub struct AccountProofInputs { /* private fields */ }Implementations§
Source§impl AccountProofInputs
impl AccountProofInputs
pub fn hash<T>(self, value: T) -> Self
pub fn leaf_index<T>(self, value: T) -> Self
pub fn merkle_context<T>(self, value: T) -> Self
pub fn root<T>(self, value: T) -> Self
pub fn root_index<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AccountProofInputs
impl Clone for AccountProofInputs
Source§fn clone(&self) -> AccountProofInputs
fn clone(&self) -> AccountProofInputs
Returns a duplicate of the value. Read more
1.0.0 · 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 AccountProofInputs
impl Debug for AccountProofInputs
Source§impl Default for AccountProofInputs
impl Default for AccountProofInputs
Source§impl From<AccountProofInputs> for AccountProofInputs
impl From<AccountProofInputs> for AccountProofInputs
Source§fn from(value: AccountProofInputs) -> Self
fn from(value: AccountProofInputs) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AccountProofInputs> for AccountProofInputs
impl TryFrom<AccountProofInputs> for AccountProofInputs
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AccountProofInputs) -> Result<Self, ConversionError>
fn try_from(value: AccountProofInputs) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AccountProofInputs
impl RefUnwindSafe for AccountProofInputs
impl Send for AccountProofInputs
impl Sync for AccountProofInputs
impl Unpin for AccountProofInputs
impl UnsafeUnpin for AccountProofInputs
impl UnwindSafe for AccountProofInputs
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