Struct solana_entry::entry::VerifyRecyclers
source · pub struct VerifyRecyclers {
hash_recycler: Recycler<PinnedVec<Hash>>,
tick_count_recycler: Recycler<PinnedVec<u64>>,
packet_recycler: PacketBatchRecycler,
out_recycler: Recycler<PinnedVec<u8>>,
tx_offset_recycler: Recycler<TxOffset>,
}
Fields§
§hash_recycler: Recycler<PinnedVec<Hash>>
§tick_count_recycler: Recycler<PinnedVec<u64>>
§packet_recycler: PacketBatchRecycler
§out_recycler: Recycler<PinnedVec<u8>>
§tx_offset_recycler: Recycler<TxOffset>
Trait Implementations§
source§impl Clone for VerifyRecyclers
impl Clone for VerifyRecyclers
source§fn clone(&self) -> VerifyRecyclers
fn clone(&self) -> VerifyRecyclers
Returns a copy 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 Default for VerifyRecyclers
impl Default for VerifyRecyclers
source§fn default() -> VerifyRecyclers
fn default() -> VerifyRecyclers
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for VerifyRecyclers
impl Send for VerifyRecyclers
impl Sync for VerifyRecyclers
impl Unpin for VerifyRecyclers
impl UnwindSafe for VerifyRecyclers
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