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