Enum rustc_resolve::MakeGlobMap [−][src]
pub enum MakeGlobMap {
Yes,
No,
}🔬 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
Yes🔬 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?
No🔬 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 MakeGlobMap[src]
impl PartialEq for MakeGlobMapfn eq(&self, other: &MakeGlobMap) -> bool[src]
fn eq(&self, other: &MakeGlobMap) -> 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 Copy for MakeGlobMap[src]
impl Copy for MakeGlobMapimpl Clone for MakeGlobMap[src]
impl Clone for MakeGlobMapfn clone(&self) -> MakeGlobMap[src]
fn clone(&self) -> MakeGlobMapReturns 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
Auto Trait Implementations
impl Send for MakeGlobMap
impl Send for MakeGlobMapimpl Sync for MakeGlobMap
impl Sync for MakeGlobMap