[][src]Struct ra_ap_hir_def::item_tree::Impl

pub struct Impl {
    pub generic_params: GenericParamsId,
    pub target_trait: Option<TypeRef>,
    pub target_type: TypeRef,
    pub is_negative: bool,
    pub items: Box<[AssocItem]>,
    pub ast_id: FileAstId<Impl>,
}

Fields

generic_params: GenericParamsIdtarget_trait: Option<TypeRef>target_type: TypeRefis_negative: boolitems: Box<[AssocItem]>ast_id: FileAstId<Impl>

Trait Implementations

impl Clone for Impl[src]

impl Debug for Impl[src]

impl Eq for Impl[src]

impl ItemTreeNode for Impl[src]

type Source = Impl

impl PartialEq<Impl> for Impl[src]

impl StructuralEq for Impl[src]

impl StructuralPartialEq for Impl[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> Any for T where
    T: Any
[src]

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

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

impl<T> CloneAny for T where
    T: Clone + Any
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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.