pub struct ListParameters { /* private fields */ }
Expand description
Query Parameters
Filters the results of the query on the backend service side.
Implementations§
Trait Implementations§
Source§impl Debug for ListParameters
impl Debug for ListParameters
Source§impl Default for ListParameters
impl Default for ListParameters
Source§impl Display for ListParameters
impl Display for ListParameters
Auto Trait Implementations§
impl Freeze for ListParameters
impl RefUnwindSafe for ListParameters
impl Send for ListParameters
impl Sync for ListParameters
impl Unpin for ListParameters
impl UnwindSafe for ListParameters
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