pub struct SubsetQueryOptions {
pub descending: Option<bool>,
pub keys: Option<bool>,
pub page_limit: Option<u32>,
}Expand description
Optional parameters for defining the order, shape and length of returned query data.
Fields§
§descending: Option<bool>§keys: Option<bool>§page_limit: Option<u32>Trait Implementations§
Source§impl Debug for SubsetQueryOptions
impl Debug for SubsetQueryOptions
Source§impl<'de> Deserialize<'de> for SubsetQueryOptions
impl<'de> Deserialize<'de> for SubsetQueryOptions
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
Auto Trait Implementations§
impl Freeze for SubsetQueryOptions
impl RefUnwindSafe for SubsetQueryOptions
impl Send for SubsetQueryOptions
impl Sync for SubsetQueryOptions
impl Unpin for SubsetQueryOptions
impl UnsafeUnpin for SubsetQueryOptions
impl UnwindSafe for SubsetQueryOptions
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