Struct solana_perf::recycler_cache::RecyclerCache
source · pub struct RecyclerCache { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Clone for RecyclerCache
impl Clone for RecyclerCache
sourcefn clone(&self) -> RecyclerCache
fn clone(&self) -> RecyclerCache
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Default for RecyclerCache
impl Default for RecyclerCache
sourcefn default() -> RecyclerCache
fn default() -> RecyclerCache
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RecyclerCache
impl Send for RecyclerCache
impl Sync for RecyclerCache
impl Unpin for RecyclerCache
impl UnwindSafe for RecyclerCache
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more