Struct rustc::traits::select::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 OverflowErrorimpl Clone for OverflowError[src]
impl Clone for OverflowErrorfn clone(&self) -> OverflowError[src]
fn clone(&self) -> OverflowErrorReturns 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 OverflowErrorfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for OverflowError[src]
impl PartialEq for OverflowErrorfn eq(&self, other: &OverflowError) -> bool[src]
fn eq(&self, other: &OverflowError) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for OverflowError[src]
impl Eq for OverflowErrorfn 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 OverflowErrorfn 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 OverflowErrorimpl Sync for OverflowError
impl Sync for OverflowError