pub struct ShowCreateTableStmt {
pub table_name: String,
}Expand description
SHOW CREATE TABLE statement
Fields§
§table_name: StringTable name
Trait Implementations§
Source§impl Clone for ShowCreateTableStmt
impl Clone for ShowCreateTableStmt
Source§fn clone(&self) -> ShowCreateTableStmt
fn clone(&self) -> ShowCreateTableStmt
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 ShowCreateTableStmt
impl Debug for ShowCreateTableStmt
Source§impl PartialEq for ShowCreateTableStmt
impl PartialEq for ShowCreateTableStmt
impl StructuralPartialEq for ShowCreateTableStmt
Auto Trait Implementations§
impl Freeze for ShowCreateTableStmt
impl RefUnwindSafe for ShowCreateTableStmt
impl Send for ShowCreateTableStmt
impl Sync for ShowCreateTableStmt
impl Unpin for ShowCreateTableStmt
impl UnwindSafe for ShowCreateTableStmt
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