pub struct QueryArguments { /* private fields */ }
Implementations§
Source§impl QueryArguments
impl QueryArguments
pub fn sort_as_tree(&mut self, value: bool) -> &mut Self
pub fn filter_as_tree(&mut self, value: bool) -> &mut Self
Trait Implementations§
Source§impl Clone for QueryArguments
impl Clone for QueryArguments
Source§fn clone(&self) -> QueryArguments
fn clone(&self) -> QueryArguments
Returns a copy 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 QueryArguments
impl Debug for QueryArguments
Source§impl Default for QueryArguments
impl Default for QueryArguments
Source§fn default() -> QueryArguments
fn default() -> QueryArguments
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for QueryArguments
impl RefUnwindSafe for QueryArguments
impl Send for QueryArguments
impl Sync for QueryArguments
impl Unpin for QueryArguments
impl UnwindSafe for QueryArguments
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