Struct rustc::traits::query::NoSolution
[−]
[src]
pub struct NoSolution;
🔬 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 Copy for NoSolution[src]
impl Copy for NoSolutionimpl Clone for NoSolution[src]
impl Clone for NoSolutionfn clone(&self) -> NoSolution[src]
fn clone(&self) -> NoSolutionReturns 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 NoSolution[src]
impl Debug for NoSolutionfn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for NoSolution[src]
impl PartialEq for NoSolutionfn eq(&self, __arg_0: &NoSolution) -> bool[src]
fn eq(&self, __arg_0: &NoSolution) -> 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 NoSolution[src]
impl Eq for NoSolutionimpl Hash for NoSolution[src]
impl Hash for NoSolutionfn hash<__H: Hasher>(&self, __arg_0: &mut __H)[src]
fn hash<__H: Hasher>(&self, __arg_0: &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, 1.3.0
[src]Feeds a slice of this type into the given [Hasher]. Read more
impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for NoSolution[src]
impl<'a, 'tcx> HashStable<StableHashingContext<'a>> for NoSolutionfn 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?
Auto Trait Implementations
impl Send for NoSolution
impl Send for NoSolutionimpl Sync for NoSolution
impl Sync for NoSolution