Enum sqlparser::ast::ShowStatementFilter
source · [−]Variants
Like(String)
ILike(String)
Where(Expr)
Trait Implementations
sourceimpl Clone for ShowStatementFilter
impl Clone for ShowStatementFilter
sourcefn clone(&self) -> ShowStatementFilter
fn clone(&self) -> ShowStatementFilter
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ShowStatementFilter
impl Debug for ShowStatementFilter
sourceimpl Display for ShowStatementFilter
impl Display for ShowStatementFilter
sourceimpl Hash for ShowStatementFilter
impl Hash for ShowStatementFilter
sourceimpl PartialEq<ShowStatementFilter> for ShowStatementFilter
impl PartialEq<ShowStatementFilter> for ShowStatementFilter
sourcefn eq(&self, other: &ShowStatementFilter) -> bool
fn eq(&self, other: &ShowStatementFilter) -> bool
impl Eq for ShowStatementFilter
impl StructuralEq for ShowStatementFilter
impl StructuralPartialEq for ShowStatementFilter
Auto Trait Implementations
impl RefUnwindSafe for ShowStatementFilter
impl Send for ShowStatementFilter
impl Sync for ShowStatementFilter
impl Unpin for ShowStatementFilter
impl UnwindSafe for ShowStatementFilter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more