pub struct DescribeStmt { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for DescribeStmt
impl AstNode for DescribeStmt
fn can_cast(kind: SyntaxKind) -> bool
fn cast(node: SyntaxNode) -> Option<Self>
fn syntax(&self) -> &SyntaxNode
Source§impl Clone for DescribeStmt
impl Clone for DescribeStmt
Source§fn clone(&self) -> DescribeStmt
fn clone(&self) -> DescribeStmt
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 DescribeStmt
impl Debug for DescribeStmt
impl Eq for DescribeStmt
Source§impl Hash for DescribeStmt
impl Hash for DescribeStmt
Source§impl PartialEq for DescribeStmt
impl PartialEq for DescribeStmt
impl StructuralPartialEq for DescribeStmt
Auto Trait Implementations§
impl !RefUnwindSafe for DescribeStmt
impl !Send for DescribeStmt
impl !Sync for DescribeStmt
impl !UnwindSafe for DescribeStmt
impl Freeze for DescribeStmt
impl Unpin for DescribeStmt
impl UnsafeUnpin for DescribeStmt
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