pub struct SetExprList { /* private fields */ }Implementations§
Source§impl SetExprList
impl SetExprList
pub fn set_exprs(&self) -> AstChildren<SetExpr> ⓘ
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn r_paren_token(&self) -> Option<SyntaxToken>
pub fn row_token(&self) -> Option<SyntaxToken>
Trait Implementations§
Source§impl AstNode for SetExprList
impl AstNode for SetExprList
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 SetExprList
impl Clone for SetExprList
Source§fn clone(&self) -> SetExprList
fn clone(&self) -> SetExprList
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 SetExprList
impl Debug for SetExprList
Source§impl Hash for SetExprList
impl Hash for SetExprList
Source§impl PartialEq for SetExprList
impl PartialEq for SetExprList
impl Eq for SetExprList
impl StructuralPartialEq for SetExprList
Auto Trait Implementations§
impl Freeze for SetExprList
impl !RefUnwindSafe for SetExprList
impl !Send for SetExprList
impl !Sync for SetExprList
impl Unpin for SetExprList
impl !UnwindSafe for SetExprList
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