[][src]Struct ra_ap_hir::Trait

pub struct Trait { /* fields omitted */ }

Implementations

impl Trait[src]

pub fn module(self, db: &dyn HirDatabase) -> Module[src]

pub fn name(self, db: &dyn HirDatabase) -> Name[src]

pub fn items(self, db: &dyn HirDatabase) -> Vec<AssocItem>[src]

pub fn is_auto(self, db: &dyn HirDatabase) -> bool[src]

Trait Implementations

impl Clone for Trait[src]

impl Copy for Trait[src]

impl Debug for Trait[src]

impl Eq for Trait[src]

impl From<Trait> for TraitId[src]

impl From<Trait> for ModuleDef[src]

impl From<Trait> for GenericDef[src]

impl From<TraitId> for Trait[src]

impl HasAttrs for Trait[src]

impl HasSource for Trait[src]

type Ast = Trait

impl Hash for Trait[src]

impl PartialEq<Trait> for Trait[src]

impl StructuralEq for Trait[src]

impl StructuralPartialEq 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<T> Any for T where
    T: Any

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

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

impl<T> Cast for T

impl<T> CloneAny for T where
    T: Clone + Any

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.