pub enum ShowClause {
IN,
FROM,
}Variants§
Trait Implementations§
Source§impl Clone for ShowClause
impl Clone for ShowClause
Source§fn clone(&self) -> ShowClause
fn clone(&self) -> ShowClause
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 ShowClause
impl Debug for ShowClause
Source§impl<'de> Deserialize<'de> for ShowClause
impl<'de> Deserialize<'de> for ShowClause
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for ShowClause
impl Display for ShowClause
Source§impl Hash for ShowClause
impl Hash for ShowClause
Source§impl Ord for ShowClause
impl Ord for ShowClause
Source§fn cmp(&self, other: &ShowClause) -> Ordering
fn cmp(&self, other: &ShowClause) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ShowClause
impl PartialEq for ShowClause
Source§impl PartialOrd for ShowClause
impl PartialOrd for ShowClause
Source§impl Serialize for ShowClause
impl Serialize for ShowClause
Source§impl Visit for ShowClause
impl Visit for ShowClause
Source§impl VisitMut for ShowClause
impl VisitMut for ShowClause
fn visit<V: VisitorMut>(&mut self, visitor: &mut V) -> ControlFlow<V::Break>
impl Eq for ShowClause
impl StructuralPartialEq for ShowClause
Auto Trait Implementations§
impl Freeze for ShowClause
impl RefUnwindSafe for ShowClause
impl Send for ShowClause
impl Sync for ShowClause
impl Unpin for ShowClause
impl UnwindSafe for ShowClause
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