[][src]Struct ra_ap_syntax::ast::Use

pub struct Use { /* fields omitted */ }

Implementations

impl Use[src]

impl Use[src]

#[must_use]pub fn with_use_tree(&self, use_tree: UseTree) -> Use[src]

pub fn remove(&self) -> SyntaxRewriter<'static>[src]

Trait Implementations

impl AstNode for Use[src]

impl AttrsOwner for Use[src]

impl Clone for Use[src]

impl Debug for Use[src]

impl Display for Use[src]

impl Eq for Use[src]

impl From<Use> for Item[src]

impl Hash for Use[src]

impl PartialEq<Use> for Use[src]

impl StructuralEq for Use[src]

impl StructuralPartialEq for Use[src]

impl VisibilityOwner for Use[src]

Auto Trait Implementations

impl !RefUnwindSafe for Use

impl !Send for Use

impl !Sync for Use

impl Unpin for Use

impl !UnwindSafe for Use

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<N> AstNodeEdit for N where
    N: AstNode + Clone
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.