[][src]Struct ra_ap_hir::Static

pub struct Static { /* fields omitted */ }

Implementations

impl Static[src]

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

pub fn krate(self, db: &dyn HirDatabase) -> Option<Crate>[src]

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

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

Trait Implementations

impl Clone for Static[src]

impl Copy for Static[src]

impl Debug for Static[src]

impl Eq for Static[src]

impl From<Static> for StaticId[src]

impl From<Static> for ModuleDef[src]

impl From<Static> for DefWithBody[src]

impl From<StaticId> for Static[src]

impl HasAttrs for Static[src]

impl HasSource for Static[src]

type Ast = Static

impl Hash for Static[src]

impl PartialEq<Static> for Static[src]

impl StructuralEq for Static[src]

impl StructuralPartialEq for Static[src]

Auto Trait Implementations

impl RefUnwindSafe for Static

impl Send for Static

impl Sync for Static

impl Unpin for Static

impl UnwindSafe for Static

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.