pub struct ResultsQuery {
pub id: u64,
pub limit: Option<i64>,
pub offset: Option<i64>,
}
Expand description
§/api/v2/search/results
Fields§
§id: u64
§limit: Option<i64>
§offset: Option<i64>
Trait Implementations§
Source§impl Clone for ResultsQuery
impl Clone for ResultsQuery
Source§fn clone(&self) -> ResultsQuery
fn clone(&self) -> ResultsQuery
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ResultsQuery
impl Debug for ResultsQuery
Source§impl Default for ResultsQuery
impl Default for ResultsQuery
Source§fn default() -> ResultsQuery
fn default() -> ResultsQuery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ResultsQuery
impl RefUnwindSafe for ResultsQuery
impl Send for ResultsQuery
impl Sync for ResultsQuery
impl Unpin for ResultsQuery
impl UnwindSafe for ResultsQuery
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