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