Struct solana_perf::recycler::Recycler
source · pub struct Recycler<T> { /* private fields */ }
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Recycler<T>
impl<T> Send for Recycler<T>where
T: Send,
impl<T> Sync for Recycler<T>where
T: Send,
impl<T> Unpin for Recycler<T>
impl<T> UnwindSafe for Recycler<T>
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