pub enum ShowCreateObject {
Event,
Function,
Procedure,
Table,
Trigger,
}
Variants§
Trait Implementations§
Source§impl Clone for ShowCreateObject
impl Clone for ShowCreateObject
Source§fn clone(&self) -> ShowCreateObject
fn clone(&self) -> ShowCreateObject
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 ShowCreateObject
impl Debug for ShowCreateObject
Source§impl Display for ShowCreateObject
impl Display for ShowCreateObject
Source§impl Hash for ShowCreateObject
impl Hash for ShowCreateObject
Source§impl PartialEq for ShowCreateObject
impl PartialEq for ShowCreateObject
impl Eq for ShowCreateObject
impl StructuralPartialEq for ShowCreateObject
Auto Trait Implementations§
impl Freeze for ShowCreateObject
impl RefUnwindSafe for ShowCreateObject
impl Send for ShowCreateObject
impl Sync for ShowCreateObject
impl Unpin for ShowCreateObject
impl UnwindSafe for ShowCreateObject
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