Enum syntax::ext::base::Determinacy [−][src]
pub enum Determinacy {
Determined,
Undetermined,
}🔬 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?
Variants
Determined🔬 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?
Undetermined🔬 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 Determinacy[src]
impl Copy for Determinacyimpl Clone for Determinacy[src]
impl Clone for Determinacyfn clone(&self) -> Determinacy[src]
fn clone(&self) -> DeterminacyReturns 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 PartialEq for Determinacy[src]
impl PartialEq for Determinacyfn eq(&self, other: &Determinacy) -> bool[src]
fn eq(&self, other: &Determinacy) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for Determinacy[src]
impl Debug for DeterminacyAuto Trait Implementations
impl Send for Determinacy
impl Send for Determinacyimpl Sync for Determinacy
impl Sync for Determinacy