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