Struct ra_ap_syntax::ast::LifetimeParam [−][src]
pub struct LifetimeParam { /* fields omitted */ }Implementations
Trait Implementations
fn attrs(&self) -> AstChildren<Attr>ⓘNotable traits for AstChildren<N>
impl<N: AstNode> Iterator for AstChildren<N> type Item = N;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 LifetimeParamimpl !Send for LifetimeParamimpl !Sync for LifetimeParamimpl Unpin for LifetimeParamimpl !UnwindSafe for LifetimeParamBlanket Implementations
fn replace_children(
&self,
to_replace: RangeInclusive<SyntaxElement>,
to_insert: impl IntoIterator<Item = SyntaxElement>
) -> SelfMutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.