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