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