pub struct NoTrades;Expand description
NoTrades (897).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoTrades
impl RefUnwindSafe for NoTrades
impl Send for NoTrades
impl Sync for NoTrades
impl Unpin for NoTrades
impl UnsafeUnpin for NoTrades
impl UnwindSafe for NoTrades
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