pub struct QueryByInformation { /* private fields */ }Expand description
Request builder for Markets::query_by_information.
Posts a MarketsInformationBody filter to /markets/information and
returns the matching markets. Pagination (limit, offset) is sent on
the URL query string because the server ignores body-level pagination;
the builder defaults limit=1000 to prevent silent truncation.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for QueryByInformation
impl !UnwindSafe for QueryByInformation
impl Freeze for QueryByInformation
impl Send for QueryByInformation
impl Sync for QueryByInformation
impl Unpin for QueryByInformation
impl UnsafeUnpin for QueryByInformation
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