pub enum ExplainOrderBy {
None,
Fields(Vec<ExplainOrder>),
}Expand description
ExplainOrderBy
Variants§
None
Fields(Vec<ExplainOrder>)
Trait Implementations§
Source§impl Clone for ExplainOrderBy
impl Clone for ExplainOrderBy
Source§fn clone(&self) -> ExplainOrderBy
fn clone(&self) -> ExplainOrderBy
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 ExplainOrderBy
impl Debug for ExplainOrderBy
Source§impl PartialEq for ExplainOrderBy
impl PartialEq for ExplainOrderBy
impl Eq for ExplainOrderBy
impl StructuralPartialEq for ExplainOrderBy
Auto Trait Implementations§
impl Freeze for ExplainOrderBy
impl RefUnwindSafe for ExplainOrderBy
impl Send for ExplainOrderBy
impl Sync for ExplainOrderBy
impl Unpin for ExplainOrderBy
impl UnwindSafe for ExplainOrderBy
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