pub struct QueryParamsImpl {
pub limit: Option<i64>,
pub offset: Option<i64>,
}
Fields§
§limit: Option<i64>
§offset: Option<i64>
Implementations§
Trait Implementations§
Source§impl Debug for QueryParamsImpl
impl Debug for QueryParamsImpl
Source§impl Default for QueryParamsImpl
impl Default for QueryParamsImpl
Source§impl<'de> Deserialize<'de> for QueryParamsImpl
impl<'de> Deserialize<'de> for QueryParamsImpl
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl QueryParams for QueryParamsImpl
impl QueryParams for QueryParamsImpl
Auto Trait Implementations§
impl Freeze for QueryParamsImpl
impl RefUnwindSafe for QueryParamsImpl
impl Send for QueryParamsImpl
impl Sync for QueryParamsImpl
impl Unpin for QueryParamsImpl
impl UnwindSafe for QueryParamsImpl
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