pub struct QueryAbridged { /* private fields */ }Expand description
Request builder for Markets::query_abridged.
Posts a MarketsInformationBody filter to /markets/abridged and
returns a reduced-payload market list. Same pagination semantics as
QueryByInformation — limit / offset travel on the query string.
Implementations§
Source§impl QueryAbridged
impl QueryAbridged
Auto Trait Implementations§
impl !RefUnwindSafe for QueryAbridged
impl !UnwindSafe for QueryAbridged
impl Freeze for QueryAbridged
impl Send for QueryAbridged
impl Sync for QueryAbridged
impl Unpin for QueryAbridged
impl UnsafeUnpin for QueryAbridged
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