[−][src]Struct rustc_ap_rustc_span::def_id::CrateId
Implementations
impl CrateId
[src]
pub const MAX_AS_U32: u32
[src]
pub const MAX: Self
[src]
pub fn from_usize(value: usize) -> Self
[src]
pub fn from_u32(value: u32) -> Self
[src]
pub unsafe fn from_u32_unchecked(value: u32) -> Self
[src]
pub fn index(self) -> usize
[src]
Extracts the value of this index as an integer.
pub fn as_u32(self) -> u32
[src]
Extracts the value of this index as a u32
.
pub 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.
fn add(self, other: usize) -> Self
[src]
impl Clone for CrateId
[src]
fn clone(&self) -> Self
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[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]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Idx for CrateId
[src]
fn new(value: usize) -> Self
[src]
fn index(self) -> usize
[src]
fn increment_by(&mut self, amount: usize)
[src]
fn plus(self, amount: usize) -> Self
[src]
impl Ord for CrateId
[src]
fn cmp(&self, other: &CrateId) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<CrateId> for CrateId
[src]
impl PartialOrd<CrateId> for CrateId
[src]
fn partial_cmp(&self, other: &CrateId) -> Option<Ordering>
[src]
fn lt(&self, other: &CrateId) -> bool
[src]
fn le(&self, other: &CrateId) -> bool
[src]
fn gt(&self, other: &CrateId) -> bool
[src]
fn ge(&self, other: &CrateId) -> bool
[src]
impl Step for CrateId
[src]
fn steps_between(start: &Self, end: &Self) -> Option<usize>
[src]
fn forward_checked(start: Self, u: usize) -> Option<Self>
[src]
fn backward_checked(start: Self, u: usize) -> Option<Self>
[src]
fn forward(start: Self, count: usize) -> Self
[src]
unsafe fn forward_unchecked(start: Self, count: usize) -> Self
[src]
fn backward(start: Self, count: usize) -> Self
[src]
unsafe fn backward_unchecked(start: Self, count: usize) -> Self
[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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<'a, T> Captures<'a> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool
[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]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,