Struct rustc::middle::region::FirstStatementIndex [−]
pub struct FirstStatementIndex(pub u32);
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
Trait Implementations
impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for FirstStatementIndex
[src]
impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for FirstStatementIndex
fn hash_stable<W: StableHasherResult>(
&self,
__ctx: &mut StableHashingContext<'a>,
__hasher: &mut StableHasher<W>
)
[src]
fn hash_stable<W: StableHasherResult>(
&self,
__ctx: &mut StableHashingContext<'a>,
__hasher: &mut StableHasher<W>
)
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
impl Copy for FirstStatementIndex
impl Copy for FirstStatementIndex
impl Clone for FirstStatementIndex
impl Clone for FirstStatementIndex
fn clone(&self) -> FirstStatementIndex
fn clone(&self) -> FirstStatementIndex
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl PartialEq for FirstStatementIndex
impl PartialEq for FirstStatementIndex
fn eq(&self, other: &FirstStatementIndex) -> bool
fn eq(&self, other: &FirstStatementIndex) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &FirstStatementIndex) -> bool
fn ne(&self, other: &FirstStatementIndex) -> bool
This method tests for !=
.
impl Eq for FirstStatementIndex
impl Eq for FirstStatementIndex
fn assert_receiver_is_total_eq(&self)
fn assert_receiver_is_total_eq(&self)
impl Hash for FirstStatementIndex
impl Hash for FirstStatementIndex
fn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [Hasher
]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
Feeds a slice of this type into the given [Hasher
]. Read more
impl PartialOrd for FirstStatementIndex
impl PartialOrd for FirstStatementIndex
fn partial_cmp(&self, other: &FirstStatementIndex) -> Option<Ordering>
fn partial_cmp(&self, other: &FirstStatementIndex) -> Option<Ordering>
This method returns an ordering between self
and other
values if one exists. Read more
fn lt(&self, other: &FirstStatementIndex) -> bool
fn lt(&self, other: &FirstStatementIndex) -> bool
This method tests less than (for self
and other
) and is used by the <
operator. Read more
fn le(&self, other: &FirstStatementIndex) -> bool
fn le(&self, other: &FirstStatementIndex) -> bool
This method tests less than or equal to (for self
and other
) and is used by the <=
operator. Read more
fn gt(&self, other: &FirstStatementIndex) -> bool
fn gt(&self, other: &FirstStatementIndex) -> bool
This method tests greater than (for self
and other
) and is used by the >
operator. Read more
fn ge(&self, other: &FirstStatementIndex) -> bool
fn ge(&self, other: &FirstStatementIndex) -> bool
This method tests greater than or equal to (for self
and other
) and is used by the >=
operator. Read more
impl Ord for FirstStatementIndex
impl Ord for FirstStatementIndex
fn cmp(&self, other: &FirstStatementIndex) -> Ordering
fn cmp(&self, other: &FirstStatementIndex) -> Ordering
This method returns an Ordering
between self
and other
. Read more
fn max(self, other: Self) -> Self
1.21.0[src]
fn max(self, other: Self) -> Self
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self
1.21.0[src]
fn min(self, other: Self) -> Self
Compares and returns the minimum of two values. Read more
impl Decodable for FirstStatementIndex
impl Decodable for FirstStatementIndex
fn decode<__D: Decoder>(d: &mut __D) -> Result<FirstStatementIndex, __D::Error>
fn decode<__D: Decoder>(d: &mut __D) -> Result<FirstStatementIndex, __D::Error>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
impl Encodable for FirstStatementIndex
impl Encodable for FirstStatementIndex
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>
fn encode<__S: Encoder>(&self, s: &mut __S) -> Result<(), __S::Error>
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
impl Idx for FirstStatementIndex
impl Idx for FirstStatementIndex
fn new(value: usize) -> Self
fn new(value: usize) -> Self
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn index(self) -> usize
fn index(self) -> usize
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
fn increment_by(&mut self, amount: usize)
[src]
fn increment_by(&mut self, amount: usize)
🔬 This is a nightly-only experimental API. (rustc_private
)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml
instead?
impl Step for FirstStatementIndex
impl Step for FirstStatementIndex
fn steps_between(start: &Self, end: &Self) -> Option<usize>
fn steps_between(start: &Self, end: &Self) -> Option<usize>
🔬 This is a nightly-only experimental API. (step_trait
)
likely to be replaced by finer-grained traits
Returns the number of steps between two step objects. The count is inclusive of start
and exclusive of end
. Read more
fn replace_one(&mut self) -> Self
fn replace_one(&mut self) -> Self
🔬 This is a nightly-only experimental API. (step_trait
)
likely to be replaced by finer-grained traits
Replaces this step with 1
, returning itself
fn replace_zero(&mut self) -> Self
fn replace_zero(&mut self) -> Self
🔬 This is a nightly-only experimental API. (step_trait
)
likely to be replaced by finer-grained traits
Replaces this step with 0
, returning itself
fn add_one(&self) -> Self
fn add_one(&self) -> Self
🔬 This is a nightly-only experimental API. (step_trait
)
likely to be replaced by finer-grained traits
Adds one to this step, returning the result
fn sub_one(&self) -> Self
fn sub_one(&self) -> Self
🔬 This is a nightly-only experimental API. (step_trait
)
likely to be replaced by finer-grained traits
Subtracts one to this step, returning the result
fn add_usize(&self, u: usize) -> Option<Self>
fn add_usize(&self, u: usize) -> Option<Self>
🔬 This is a nightly-only experimental API. (step_trait
)
likely to be replaced by finer-grained traits
Add an usize, returning None on overflow
impl Debug for FirstStatementIndex
impl Debug for FirstStatementIndex
Auto Trait Implementations
impl Send for FirstStatementIndex
impl Send for FirstStatementIndex
impl Sync for FirstStatementIndex
impl Sync for FirstStatementIndex