pub enum ReportPosition {
Report,
DoNotReport,
}
Expand description
The position associated with the demand reporting. This is provided at every demand computation, and passed to the reporter when needed. This is used here to specify if we want diagnostics to be reported at the location or not.
Variants§
Trait Implementations§
source§impl Clone for ReportPosition
impl Clone for ReportPosition
source§fn clone(&self) -> ReportPosition
fn clone(&self) -> ReportPosition
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more