pub struct TradePool<const N: usize = 2048> { /* private fields */ }Expand description
Object pool for trades with const generic capacity
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for TradePool<N>
impl<const N: usize = 2048> !RefUnwindSafe for TradePool<N>
impl<const N: usize> Send for TradePool<N>
impl<const N: usize> Sync for TradePool<N>
impl<const N: usize> Unpin for TradePool<N>
impl<const N: usize = 2048> !UnwindSafe for TradePool<N>
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