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