Struct rustc_ap_rustc_ast::ast::AttrId [−][src]
pub struct AttrId { /* fields omitted */ }
Implementations
impl AttrId
[src]
impl AttrId
[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]
Trait Implementations
impl Ord for AttrId
[src]
impl Ord for AttrId
[src]impl PartialOrd<AttrId> for AttrId
[src]
impl PartialOrd<AttrId> for AttrId
[src]fn partial_cmp(&self, other: &AttrId) -> Option<Ordering>
[src]
fn partial_cmp(&self, other: &AttrId) -> Option<Ordering>
[src]This method returns an ordering between self
and other
values if one exists. Read more
#[must_use]fn lt(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn lt(&self, other: &Rhs) -> bool
1.0.0[src]This method tests less than (for self
and other
) and is used by the <
operator. Read more
#[must_use]fn le(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]fn le(&self, other: &Rhs) -> bool
1.0.0[src]This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
impl Step for AttrId
[src]
impl Step for AttrId
[src]fn steps_between(start: &Self, end: &Self) -> Option<usize>
[src]
fn steps_between(start: &Self, end: &Self) -> Option<usize>
[src]🔬 This is a nightly-only experimental API. (step_trait
)
recently redesigned
Returns the number of successor steps required to get from start
to end
. Read more
fn forward_checked(start: Self, u: usize) -> Option<Self>
[src]
fn forward_checked(start: Self, u: usize) -> Option<Self>
[src]🔬 This is a nightly-only experimental API. (step_trait
)
recently redesigned
Returns the value that would be obtained by taking the successor
of self
count
times. Read more
fn backward_checked(start: Self, u: usize) -> Option<Self>
[src]
fn backward_checked(start: Self, u: usize) -> Option<Self>
[src]🔬 This is a nightly-only experimental API. (step_trait
)
recently redesigned
Returns the value that would be obtained by taking the predecessor
of self
count
times. Read more
fn forward(start: Self, count: usize) -> Self
[src]
fn forward(start: Self, count: usize) -> Self
[src]🔬 This is a nightly-only experimental API. (step_trait
)
recently redesigned
Returns the value that would be obtained by taking the successor
of self
count
times. Read more
unsafe fn forward_unchecked(start: Self, count: usize) -> Self
[src]
unsafe fn forward_unchecked(start: Self, count: usize) -> Self
[src]🔬 This is a nightly-only experimental API. (step_trait
)
recently redesigned
Returns the value that would be obtained by taking the successor
of self
count
times. Read more
fn backward(start: Self, count: usize) -> Self
[src]
fn backward(start: Self, count: usize) -> Self
[src]🔬 This is a nightly-only experimental API. (step_trait
)
recently redesigned
Returns the value that would be obtained by taking the predecessor
of self
count
times. Read more
unsafe fn backward_unchecked(start: Self, count: usize) -> Self
[src]
unsafe fn backward_unchecked(start: Self, count: usize) -> Self
[src]🔬 This is a nightly-only experimental API. (step_trait
)
recently redesigned
Returns the value that would be obtained by taking the predecessor
of self
count
times. Read more
impl Copy for AttrId
[src]
impl Eq for AttrId
[src]
impl StructuralEq for AttrId
[src]
impl StructuralPartialEq for AttrId
[src]
impl TrustedStep for AttrId
[src]
Auto Trait Implementations
impl RefUnwindSafe for AttrId
impl Send for AttrId
impl Sync for AttrId
impl Unpin for AttrId
impl UnwindSafe for AttrId
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]pub fn equivalent(&self, key: &K) -> bool
[src]
pub fn equivalent(&self, key: &K) -> bool
[src]Compare self to key
and return true
if they are equal.
impl<T> Instrument for T
[src]
impl<T> Instrument for T
[src]fn instrument(self, span: Span) -> Instrumented<Self>
[src]
fn instrument(self, span: Span) -> Instrumented<Self>
[src]Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
fn in_current_span(self) -> Instrumented<Self>
[src]
fn in_current_span(self) -> Instrumented<Self>
[src]impl<T> Same<T> for T
impl<T> Same<T> for T
type Output = T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
pub fn vzip(self) -> V
impl<'a, T> Captures<'a> for T where
T: ?Sized,
[src]
T: ?Sized,