Struct rustc_typeck::check::method::probe::IsSuggestion [−][src]
pub struct IsSuggestion(pub 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?
Boolean flag used to indicate if this search is for a suggestion or not. If true, we can allow ambiguity and so forth.
Trait Implementations
impl Clone for IsSuggestion[src]
impl Clone for IsSuggestionfn clone(&self) -> IsSuggestion[src]
fn clone(&self) -> IsSuggestionReturns 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 Copy for IsSuggestion[src]
impl Copy for IsSuggestionAuto Trait Implementations
impl Send for IsSuggestion
impl Send for IsSuggestionimpl Sync for IsSuggestion
impl Sync for IsSuggestion