[][src]Struct rustc_ap_rustc_span::def_id::CrateId

pub struct CrateId { /* fields omitted */ }

Implementations

impl CrateId[src]

pub const MAX_AS_U32: u32[src]

pub const MAX: Self[src]

pub const fn from_usize(value: usize) -> Self[src]

pub const fn from_u32(value: u32) -> Self[src]

pub const unsafe fn from_u32_unchecked(value: u32) -> Self[src]

pub const fn index(self) -> usize[src]

Extracts the value of this index as an integer.

pub const fn as_u32(self) -> u32[src]

Extracts the value of this index as a u32.

pub const fn as_usize(self) -> usize[src]

Extracts the value of this index as a usize.

Trait Implementations

impl Add<usize> for CrateId[src]

type Output = Self

The resulting type after applying the + operator.

impl Clone for CrateId[src]

impl Copy for CrateId[src]

impl Debug for CrateId[src]

impl Eq for CrateId[src]

impl From<CrateId> for u32[src]

impl From<CrateId> for usize[src]

impl From<u32> for CrateId[src]

impl From<usize> for CrateId[src]

impl Hash for CrateId[src]

impl Idx for CrateId[src]

impl Ord for CrateId[src]

impl PartialEq<CrateId> for CrateId[src]

impl PartialOrd<CrateId> for CrateId[src]

impl Step for CrateId[src]

impl StructuralEq for CrateId[src]

impl StructuralPartialEq for CrateId[src]

Auto Trait Implementations

impl RefUnwindSafe for CrateId

impl Send for CrateId

impl Sync for CrateId

impl Unpin for CrateId

impl UnwindSafe for CrateId

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<'a, T> Captures<'a> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> Erased for T[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<E> SpecializationError for E[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.