pub struct QueryOrderParams { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Debug for QueryOrderParams
impl Debug for QueryOrderParams
Source§impl PartialEq for QueryOrderParams
impl PartialEq for QueryOrderParams
Source§fn eq(&self, other: &QueryOrderParams) -> bool
fn eq(&self, other: &QueryOrderParams) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for QueryOrderParams
impl Serialize for QueryOrderParams
impl StructuralPartialEq for QueryOrderParams
Auto Trait Implementations§
impl Freeze for QueryOrderParams
impl RefUnwindSafe for QueryOrderParams
impl Send for QueryOrderParams
impl Sync for QueryOrderParams
impl Unpin for QueryOrderParams
impl UnsafeUnpin for QueryOrderParams
impl UnwindSafe for QueryOrderParams
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