pub struct ExplainOrder {
pub field: String,
pub direction: OrderDirection,
}Expand description
ExplainOrder
Fields§
§field: String§direction: OrderDirectionTrait Implementations§
Source§impl Clone for ExplainOrder
impl Clone for ExplainOrder
Source§fn clone(&self) -> ExplainOrder
fn clone(&self) -> ExplainOrder
Returns a duplicate 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 ExplainOrder
impl Debug for ExplainOrder
Source§impl PartialEq for ExplainOrder
impl PartialEq for ExplainOrder
impl Eq for ExplainOrder
impl StructuralPartialEq for ExplainOrder
Auto Trait Implementations§
impl Freeze for ExplainOrder
impl RefUnwindSafe for ExplainOrder
impl Send for ExplainOrder
impl Sync for ExplainOrder
impl Unpin for ExplainOrder
impl UnwindSafe for ExplainOrder
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