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