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 MakeGlobMap
fn eq(&self, other: &MakeGlobMap) -> bool
[src]
fn eq(&self, other: &MakeGlobMap) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Copy for MakeGlobMap
[src]
impl Copy for MakeGlobMap
impl Clone for MakeGlobMap
[src]
impl Clone for MakeGlobMap
fn clone(&self) -> MakeGlobMap
[src]
fn clone(&self) -> MakeGlobMap
Returns 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 MakeGlobMap
impl Sync for MakeGlobMap
impl Sync for MakeGlobMap