Struct rustc::traits::OverflowError [−][src]
pub struct OverflowError;
🔬 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?
Indicates that trait evaluation caused overflow.
Trait Implementations
impl Copy for OverflowError
[src]
impl Copy for OverflowError
impl Clone for OverflowError
[src]
impl Clone for OverflowError
fn clone(&self) -> OverflowError
[src]
fn clone(&self) -> OverflowError
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)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for OverflowError
[src]
impl Debug for OverflowError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl PartialEq for OverflowError
[src]
impl PartialEq for OverflowError
fn eq(&self, other: &OverflowError) -> bool
[src]
fn eq(&self, other: &OverflowError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for OverflowError
[src]
impl Eq for OverflowError
fn assert_receiver_is_total_eq(&self)
[src]
fn assert_receiver_is_total_eq(&self)
impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for OverflowError
[src]
impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for OverflowError
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<'tcx> From<OverflowError> for SelectionError<'tcx>
[src]
impl<'tcx> From<OverflowError> for SelectionError<'tcx>
fn from(OverflowError: OverflowError) -> SelectionError<'tcx>
[src]
fn from(OverflowError: OverflowError) -> SelectionError<'tcx>
Performs the conversion.
Auto Trait Implementations
impl Send for OverflowError
impl Send for OverflowError
impl Sync for OverflowError
impl Sync for OverflowError