pub struct Trades { /* private fields */ }Expand description
Trades namespace for trade-related operations
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Trades
impl !RefUnwindSafe for Trades
impl Send for Trades
impl Sync for Trades
impl Unpin for Trades
impl !UnwindSafe for Trades
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