pub struct ShowIndexesStatement {
pub token: Token,
pub table_name: Identifier,
}Expand description
SHOW INDEXES statement
Fields§
§token: Token§table_name: IdentifierTrait Implementations§
Source§impl Clone for ShowIndexesStatement
impl Clone for ShowIndexesStatement
Source§fn clone(&self) -> ShowIndexesStatement
fn clone(&self) -> ShowIndexesStatement
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 ShowIndexesStatement
impl Debug for ShowIndexesStatement
Source§impl Display for ShowIndexesStatement
impl Display for ShowIndexesStatement
Source§impl PartialEq for ShowIndexesStatement
impl PartialEq for ShowIndexesStatement
impl StructuralPartialEq for ShowIndexesStatement
Auto Trait Implementations§
impl Freeze for ShowIndexesStatement
impl RefUnwindSafe for ShowIndexesStatement
impl Send for ShowIndexesStatement
impl Sync for ShowIndexesStatement
impl Unpin for ShowIndexesStatement
impl UnsafeUnpin for ShowIndexesStatement
impl UnwindSafe for ShowIndexesStatement
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