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;
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 LifetimeParam
impl !Send for LifetimeParam
impl !Sync for LifetimeParam
impl Unpin for LifetimeParam
impl !UnwindSafe for LifetimeParam
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.