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 Debug for Determinacy[src]
impl Debug for Determinacyfn 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 Determinacy[src]
impl PartialEq for DeterminacyAuto Trait Implementations
impl Send for Determinacy
impl Send for Determinacyimpl Sync for Determinacy
impl Sync for Determinacy