Struct ra_ap_syntax::ast::RecordPat
source · [−]pub struct RecordPat { /* private fields */ }
Implementations
sourceimpl RecordPat
impl RecordPat
pub fn path(&self) -> Option<Path>
pub fn record_pat_field_list(&self) -> Option<RecordPatFieldList>
Trait Implementations
sourceimpl AstNode for RecordPat
impl AstNode for RecordPat
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 RecordPat
impl StructuralEq for RecordPat
impl StructuralPartialEq for RecordPat
Auto Trait Implementations
impl !RefUnwindSafe for RecordPat
impl !Send for RecordPat
impl !Sync for RecordPat
impl Unpin for RecordPat
impl !UnwindSafe for RecordPat
Blanket Implementations
sourceimpl<N> AstNodeEdit for Nwhere
N: AstNode + Clone,
impl<N> AstNodeEdit for Nwhere
N: AstNode + Clone,
fn indent_level(&self) -> IndentLevel
fn indent(&self, level: IndentLevel) -> Self
fn dedent(&self, level: IndentLevel) -> Self
fn reset_indent(&self) -> Self
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.