pub struct ShowCreate {
pub obj_type: ShowCreateObject,
pub obj_name: ObjectName,
}
Expand description
SHOW CREATE TABLE
Note: this is a MySQL-specific statement.
Fields§
§obj_type: ShowCreateObject
§obj_name: ObjectName
Trait Implementations§
Source§impl Clone for ShowCreate
impl Clone for ShowCreate
Source§fn clone(&self) -> ShowCreate
fn clone(&self) -> ShowCreate
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 ShowCreate
impl Debug for ShowCreate
Source§impl Display for ShowCreate
impl Display for ShowCreate
Source§impl Hash for ShowCreate
impl Hash for ShowCreate
Source§impl PartialEq for ShowCreate
impl PartialEq for ShowCreate
impl Eq for ShowCreate
impl StructuralPartialEq for ShowCreate
Auto Trait Implementations§
impl Freeze for ShowCreate
impl RefUnwindSafe for ShowCreate
impl Send for ShowCreate
impl Sync for ShowCreate
impl Unpin for ShowCreate
impl UnwindSafe for ShowCreate
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