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