pub enum OtherSqlOrder {
Bottom,
Top,
}Variants§
Trait Implementations§
Source§impl Clone for OtherSqlOrder
impl Clone for OtherSqlOrder
Source§fn clone(&self) -> OtherSqlOrder
fn clone(&self) -> OtherSqlOrder
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OtherSqlOrder
Source§impl Debug for OtherSqlOrder
impl Debug for OtherSqlOrder
impl Eq for OtherSqlOrder
Source§impl Hash for OtherSqlOrder
impl Hash for OtherSqlOrder
Source§impl PartialEq for OtherSqlOrder
impl PartialEq for OtherSqlOrder
Source§fn eq(&self, other: &OtherSqlOrder) -> bool
fn eq(&self, other: &OtherSqlOrder) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OtherSqlOrder
Auto Trait Implementations§
impl Freeze for OtherSqlOrder
impl RefUnwindSafe for OtherSqlOrder
impl Send for OtherSqlOrder
impl Sync for OtherSqlOrder
impl Unpin for OtherSqlOrder
impl UnsafeUnpin for OtherSqlOrder
impl UnwindSafe for OtherSqlOrder
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