pub struct QuerySetsBuilder<'a, S: State> { /* private fields */ }Expand description
Builder for constructing an instance of this type
Implementations§
Source§impl<'a> QuerySetsBuilder<'a, Empty>
impl<'a> QuerySetsBuilder<'a, Empty>
Source§impl<'a, S: State> QuerySetsBuilder<'a, S>
impl<'a, S: State> QuerySetsBuilder<'a, S>
Source§impl<'a, S: State> QuerySetsBuilder<'a, S>
impl<'a, S: State> QuerySetsBuilder<'a, S>
Source§impl<'a, S: State> QuerySetsBuilder<'a, S>
impl<'a, S: State> QuerySetsBuilder<'a, S>
Sourcepub fn name_prefix(self, value: impl Into<Option<CowStr<'a>>>) -> Self
pub fn name_prefix(self, value: impl Into<Option<CowStr<'a>>>) -> Self
Set the namePrefix field (optional)
Sourcepub fn maybe_name_prefix(self, value: Option<CowStr<'a>>) -> Self
pub fn maybe_name_prefix(self, value: Option<CowStr<'a>>) -> Self
Set the namePrefix field to an Option value (optional)
Source§impl<'a, S: State> QuerySetsBuilder<'a, S>
impl<'a, S: State> QuerySetsBuilder<'a, S>
Source§impl<'a, S: State> QuerySetsBuilder<'a, S>
impl<'a, S: State> QuerySetsBuilder<'a, S>
Sourcepub fn sort_direction(self, value: impl Into<Option<CowStr<'a>>>) -> Self
pub fn sort_direction(self, value: impl Into<Option<CowStr<'a>>>) -> Self
Set the sortDirection field (optional)
Sourcepub fn maybe_sort_direction(self, value: Option<CowStr<'a>>) -> Self
pub fn maybe_sort_direction(self, value: Option<CowStr<'a>>) -> Self
Set the sortDirection field to an Option value (optional)
Auto Trait Implementations§
impl<'a, S> Freeze for QuerySetsBuilder<'a, S>
impl<'a, S> RefUnwindSafe for QuerySetsBuilder<'a, S>
impl<'a, S> Send for QuerySetsBuilder<'a, S>
impl<'a, S> Sync for QuerySetsBuilder<'a, S>
impl<'a, S> Unpin for QuerySetsBuilder<'a, S>
impl<'a, S> UnwindSafe for QuerySetsBuilder<'a, S>
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