pub struct ShowCreateTableStatement {
pub token: Token,
pub table_name: Identifier,
}Expand description
SHOW CREATE TABLE statement
Fields§
§token: Token§table_name: IdentifierTrait Implementations§
Source§impl Clone for ShowCreateTableStatement
impl Clone for ShowCreateTableStatement
Source§fn clone(&self) -> ShowCreateTableStatement
fn clone(&self) -> ShowCreateTableStatement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ShowCreateTableStatement
impl Debug for ShowCreateTableStatement
Source§impl Display for ShowCreateTableStatement
impl Display for ShowCreateTableStatement
Source§impl PartialEq for ShowCreateTableStatement
impl PartialEq for ShowCreateTableStatement
impl StructuralPartialEq for ShowCreateTableStatement
Auto Trait Implementations§
impl Freeze for ShowCreateTableStatement
impl RefUnwindSafe for ShowCreateTableStatement
impl Send for ShowCreateTableStatement
impl Sync for ShowCreateTableStatement
impl Unpin for ShowCreateTableStatement
impl UnsafeUnpin for ShowCreateTableStatement
impl UnwindSafe for ShowCreateTableStatement
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