pub struct Table { /* private fields */ }Implementations§
Source§impl Table
impl Table
pub fn relation_name(&self) -> Option<RelationName>
pub fn table_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for Table
impl AstNode for Table
fn can_cast(kind: SyntaxKind) -> bool
fn cast(syntax: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
fn clone_for_update(&self) -> Selfwhere
Self: Sized,
fn clone_subtree(&self) -> Selfwhere
Self: Sized,
Source§impl From<Table> for ExplainStmt
impl From<Table> for ExplainStmt
Source§fn from(node: Table) -> ExplainStmt
fn from(node: Table) -> ExplainStmt
Converts to this type from the input type.
Source§impl From<Table> for PreparableStmt
impl From<Table> for PreparableStmt
Source§fn from(node: Table) -> PreparableStmt
fn from(node: Table) -> PreparableStmt
Converts to this type from the input type.
Source§impl From<Table> for SelectVariant
impl From<Table> for SelectVariant
Source§fn from(node: Table) -> SelectVariant
fn from(node: Table) -> SelectVariant
Converts to this type from the input type.
impl Eq for Table
impl StructuralPartialEq for Table
Auto Trait Implementations§
impl Freeze for Table
impl !RefUnwindSafe for Table
impl !Send for Table
impl !Sync for Table
impl Unpin for Table
impl !UnwindSafe for Table
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