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