pub struct TradeHandle { /* private fields */ }Expand description
Handle to a pooled trade that returns to pool on drop
Trait Implementations§
Source§impl Deref for TradeHandle
impl Deref for TradeHandle
Source§impl DerefMut for TradeHandle
impl DerefMut for TradeHandle
Auto Trait Implementations§
impl Freeze for TradeHandle
impl !RefUnwindSafe for TradeHandle
impl Send for TradeHandle
impl Sync for TradeHandle
impl Unpin for TradeHandle
impl !UnwindSafe for TradeHandle
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