Enum rustc::traits::auto_trait::AutoTraitResult [−][src]
pub enum AutoTraitResult<A> { ExplicitImpl, PositiveImpl(A), NegativeImpl, }
🔬 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
ExplicitImpl
🔬 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?
PositiveImpl(A)
🔬 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?
NegativeImpl
🔬 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?
Methods
impl<A> AutoTraitResult<A>
[src]
impl<A> AutoTraitResult<A>
fn is_auto(&self) -> bool
[src]
fn is_auto(&self) -> bool
🔬 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<A> Send for AutoTraitResult<A> where
A: Send,
impl<A> Send for AutoTraitResult<A> where
A: Send,
impl<A> Sync for AutoTraitResult<A> where
A: Sync,
impl<A> Sync for AutoTraitResult<A> where
A: Sync,