pub struct GetMarket { /* private fields */ }Expand description
Request builder for getting a single market
Implementations§
Auto Trait Implementations§
impl Freeze for GetMarket
impl !RefUnwindSafe for GetMarket
impl Send for GetMarket
impl Sync for GetMarket
impl Unpin for GetMarket
impl UnsafeUnpin for GetMarket
impl !UnwindSafe for GetMarket
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