Struct ra_ap_syntax::ast::ImplTraitType [−][src]
pub struct ImplTraitType { /* 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 ImplTraitType
impl !Send for ImplTraitType
impl !Sync for ImplTraitType
impl Unpin for ImplTraitType
impl !UnwindSafe for ImplTraitType
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.