Struct mun_syntax::ast::Use[][src]

pub struct Use { /* fields omitted */ }

Implementations

impl Use[src]

pub fn use_tree(&self) -> Option<UseTree>[src]

Trait Implementations

impl AstNode for Use[src]

impl Clone for Use[src]

impl Debug for Use[src]

impl Eq for Use[src]

impl From<Use> for ModuleItem[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<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, 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.