Struct ra_ap_syntax::ast::TuplePat
source · pub struct TuplePat { /* private fields */ }
Implementations§
source§impl TuplePat
impl TuplePat
pub fn l_paren_token(&self) -> Option<SyntaxToken>
pub fn fields(&self) -> AstChildren<Pat> ⓘ
pub fn r_paren_token(&self) -> Option<SyntaxToken>
Trait Implementations§
source§impl AstNode for TuplePat
impl AstNode for TuplePat
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 PartialEq for TuplePat
impl PartialEq for TuplePat
impl Eq for TuplePat
impl StructuralEq for TuplePat
impl StructuralPartialEq for TuplePat
Auto Trait Implementations§
impl !RefUnwindSafe for TuplePat
impl !Send for TuplePat
impl !Sync for TuplePat
impl Unpin for TuplePat
impl !UnwindSafe for TuplePat
Blanket Implementations§
source§impl<N> AstNodeEdit for N
impl<N> AstNodeEdit for N
fn indent_level(&self) -> IndentLevel
fn indent(&self, level: IndentLevel) -> Self
fn dedent(&self, level: IndentLevel) -> Self
fn reset_indent(&self) -> Self
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.