[][src]Struct ra_ap_syntax::ast::IdentPat

pub struct IdentPat { /* fields omitted */ }

Implementations

impl IdentPat[src]

pub fn ref_token(&self) -> Option<SyntaxToken>[src]

pub fn mut_token(&self) -> Option<SyntaxToken>[src]

pub fn at_token(&self) -> Option<SyntaxToken>[src]

pub fn pat(&self) -> Option<Pat>[src]

Trait Implementations

impl AstNode for IdentPat[src]

impl AttrsOwner for IdentPat[src]

impl Clone for IdentPat[src]

impl Debug for IdentPat[src]

impl Display for IdentPat[src]

impl Eq for IdentPat[src]

impl From<IdentPat> for Pat[src]

impl Hash for IdentPat[src]

impl NameOwner for IdentPat[src]

impl PartialEq<IdentPat> for IdentPat[src]

impl StructuralEq for IdentPat[src]

impl StructuralPartialEq for IdentPat[src]

Auto Trait Implementations

impl !RefUnwindSafe for IdentPat

impl !Send for IdentPat

impl !Sync for IdentPat

impl Unpin for IdentPat

impl !UnwindSafe for IdentPat

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<N> AstNodeEdit for N where
    N: AstNode + Clone
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.