pub struct AccountContext { /* private fields */ }Implementations§
Source§impl AccountContext
impl AccountContext
pub fn in_output_queue<T>(self, value: T) -> Self
pub fn nullified_in_tree<T>(self, value: T) -> Self
pub fn nullifier<T>(self, value: T) -> Self
pub fn nullifier_queue_index<T>(self, value: T) -> Self
pub fn queue<T>(self, value: T) -> Self
pub fn spent<T>(self, value: T) -> Self
pub fn tree_type<T>(self, value: T) -> Self
pub fn tx_hash<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for AccountContext
impl Clone for AccountContext
Source§fn clone(&self) -> AccountContext
fn clone(&self) -> AccountContext
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 AccountContext
impl Debug for AccountContext
Source§impl Default for AccountContext
impl Default for AccountContext
Source§impl From<AccountContext> for AccountContext
impl From<AccountContext> for AccountContext
Source§fn from(value: AccountContext) -> Self
fn from(value: AccountContext) -> Self
Converts to this type from the input type.
Source§impl TryFrom<AccountContext> for AccountContext
impl TryFrom<AccountContext> for AccountContext
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: AccountContext) -> Result<Self, ConversionError>
fn try_from(value: AccountContext) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for AccountContext
impl RefUnwindSafe for AccountContext
impl Send for AccountContext
impl Sync for AccountContext
impl Unpin for AccountContext
impl UnsafeUnpin for AccountContext
impl UnwindSafe for AccountContext
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