Struct solana_perf::recycler_cache::RecyclerCache
source · pub struct RecyclerCache { /* private fields */ }
Implementations§
Trait Implementations§
source§impl Clone for RecyclerCache
impl Clone for RecyclerCache
source§fn clone(&self) -> RecyclerCache
fn clone(&self) -> RecyclerCache
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 RecyclerCache
impl Default for RecyclerCache
source§fn default() -> RecyclerCache
fn default() -> RecyclerCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RecyclerCache
impl RefUnwindSafe for RecyclerCache
impl Send for RecyclerCache
impl Sync for RecyclerCache
impl Unpin for RecyclerCache
impl UnwindSafe for RecyclerCache
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