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