Enum ra_ap_syntax::ast::NameLike [−][src]
Variants
NameRef(NameRef)
Name(Name)
Lifetime(Lifetime)
Implementations
impl NameLike
[src]
pub fn as_name_ref(&self) -> Option<&NameRef>
[src]
Trait Implementations
impl AstNode for NameLike
[src]
fn can_cast(kind: SyntaxKind) -> bool
[src]
fn cast(syntax: SyntaxNode) -> Option<Self>
[src]
fn syntax(&self) -> &SyntaxNode
[src]
fn clone_for_update(&self) -> Self where
Self: Sized,
[src]
Self: Sized,
impl Clone for NameLike
[src]
impl Debug for NameLike
[src]
impl From<Lifetime> for NameLike
[src]
impl From<Name> for NameLike
[src]
impl From<NameRef> for NameLike
[src]
Auto Trait Implementations
impl !RefUnwindSafe for NameLike
impl !Send for NameLike
impl !Sync for NameLike
impl Unpin for NameLike
impl !UnwindSafe for NameLike
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<N> AstNodeEdit for N where
N: AstNode + Clone,
[src]
N: AstNode + Clone,
#[must_use]fn insert_children(
&self,
position: InsertPosition<SyntaxElement>,
to_insert: impl IntoIterator<Item = SyntaxElement>
) -> Self
[src]
&self,
position: InsertPosition<SyntaxElement>,
to_insert: impl IntoIterator<Item = SyntaxElement>
) -> Self
#[must_use]fn replace_children(
&self,
to_replace: RangeInclusive<SyntaxElement>,
to_insert: impl IntoIterator<Item = SyntaxElement>
) -> Self
[src]
&self,
to_replace: RangeInclusive<SyntaxElement>,
to_insert: impl IntoIterator<Item = SyntaxElement>
) -> Self
#[must_use]fn replace_descendant<D: AstNode>(&self, old: D, new: D) -> Self
[src]
#[must_use]fn replace_descendants<D: AstNode>(
&self,
replacement_map: impl IntoIterator<Item = (D, D)>
) -> Self
[src]
&self,
replacement_map: impl IntoIterator<Item = (D, D)>
) -> Self
fn indent_level(&self) -> IndentLevel
[src]
#[must_use]fn indent(&self, level: IndentLevel) -> Self
[src]
#[must_use]fn dedent(&self, level: IndentLevel) -> Self
[src]
#[must_use]fn reset_indent(&self) -> Self
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,