[][src]Struct ra_ap_syntax::ast::Trait

pub struct Trait { /* fields omitted */ }

Implementations

impl Trait[src]

Trait Implementations

impl AstNode for Trait[src]

impl AttrsOwner for Trait[src]

impl Clone for Trait[src]

impl Debug for Trait[src]

impl Display for Trait[src]

impl DocCommentsOwner for Trait[src]

impl Eq for Trait[src]

impl From<Trait> for Item[src]

impl GenericParamsOwner for Trait[src]

impl Hash for Trait[src]

impl NameOwner for Trait[src]

impl PartialEq<Trait> for Trait[src]

impl StructuralEq for Trait[src]

impl StructuralPartialEq for Trait[src]

impl TypeBoundsOwner for Trait[src]

impl VisibilityOwner for Trait[src]

Auto Trait Implementations

impl !RefUnwindSafe for Trait

impl !Send for Trait

impl !Sync for Trait

impl Unpin for Trait

impl !UnwindSafe for Trait

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.