Enum sqlparser::ast::ShowCreateObject
source · [−]pub enum ShowCreateObject {
Event,
Function,
Procedure,
Table,
Trigger,
View,
}
Variants
Event
Function
Procedure
Table
Trigger
View
Trait Implementations
sourceimpl Clone for ShowCreateObject
impl Clone for ShowCreateObject
sourcefn clone(&self) -> ShowCreateObject
fn clone(&self) -> ShowCreateObject
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 ShowCreateObject
impl Debug for ShowCreateObject
sourceimpl Display for ShowCreateObject
impl Display for ShowCreateObject
sourceimpl Hash for ShowCreateObject
impl Hash for ShowCreateObject
sourceimpl PartialEq<ShowCreateObject> for ShowCreateObject
impl PartialEq<ShowCreateObject> for ShowCreateObject
sourcefn eq(&self, other: &ShowCreateObject) -> bool
fn eq(&self, other: &ShowCreateObject) -> bool
impl Eq for ShowCreateObject
impl StructuralEq for ShowCreateObject
impl StructuralPartialEq for ShowCreateObject
Auto Trait Implementations
impl RefUnwindSafe for ShowCreateObject
impl Send for ShowCreateObject
impl Sync for ShowCreateObject
impl Unpin for ShowCreateObject
impl UnwindSafe for ShowCreateObject
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