pub struct SetSingleColumn { /* private fields */ }Implementations§
Trait Implementations§
Source§impl AstNode for SetSingleColumn
impl AstNode for SetSingleColumn
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,
Source§impl Clone for SetSingleColumn
impl Clone for SetSingleColumn
Source§fn clone(&self) -> SetSingleColumn
fn clone(&self) -> SetSingleColumn
Returns a duplicate of the value. Read more
1.0.0 · 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 SetSingleColumn
impl Debug for SetSingleColumn
Source§impl From<SetSingleColumn> for SetColumn
impl From<SetSingleColumn> for SetColumn
Source§fn from(node: SetSingleColumn) -> SetColumn
fn from(node: SetSingleColumn) -> SetColumn
Converts to this type from the input type.
Source§impl Hash for SetSingleColumn
impl Hash for SetSingleColumn
Source§impl PartialEq for SetSingleColumn
impl PartialEq for SetSingleColumn
impl Eq for SetSingleColumn
impl StructuralPartialEq for SetSingleColumn
Auto Trait Implementations§
impl Freeze for SetSingleColumn
impl !RefUnwindSafe for SetSingleColumn
impl !Send for SetSingleColumn
impl !Sync for SetSingleColumn
impl Unpin for SetSingleColumn
impl !UnwindSafe for SetSingleColumn
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