Enum rustc_lint::bad_style::MethodLateContext [−][src]
pub enum MethodLateContext {
TraitAutoImpl,
TraitImpl,
PlainImpl,
}🔬 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
TraitAutoImpl🔬 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?
TraitImpl🔬 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?
PlainImpl🔬 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 PartialEq for MethodLateContext[src]
impl PartialEq for MethodLateContextAuto Trait Implementations
impl Send for MethodLateContext
impl Send for MethodLateContextimpl Sync for MethodLateContext
impl Sync for MethodLateContext