Struct ra_ap_syntax::ast::ConstBlockPat [−][src]
pub struct ConstBlockPat { /* fields omitted */ }Implementations
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl !RefUnwindSafe for ConstBlockPat
impl !Send for ConstBlockPat
impl !Sync for ConstBlockPat
impl Unpin for ConstBlockPat
impl !UnwindSafe for ConstBlockPat
Blanket Implementations
fn replace_children(
&self,
to_replace: RangeInclusive<SyntaxElement>,
to_insert: impl IntoIterator<Item = SyntaxElement>
) -> Self
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.