Struct rustc_mir_build::thir::pattern::const_to_pat::ConstToPat [−][src]
struct ConstToPat<'a, 'tcx> {
id: HirId,
span: Span,
param_env: ParamEnv<'tcx>,
saw_const_match_error: Cell<bool>,
saw_const_match_lint: Cell<bool>,
behind_reference: Cell<bool>,
infcx: InferCtxt<'a, 'tcx>,
include_lint_checks: bool,
treat_byte_string_as_slice: bool,
}Fields
id: HirIdspan: Spanparam_env: ParamEnv<'tcx>saw_const_match_error: Cell<bool>saw_const_match_lint: Cell<bool>behind_reference: Cell<bool>infcx: InferCtxt<'a, 'tcx>include_lint_checks: booltreat_byte_string_as_slice: boolImplementations
fn field_pats(
&self,
vals: impl Iterator<Item = &'tcx Const<'tcx>>
) -> Result<Vec<FieldPat<'tcx>>, FallbackToConstRef>
Auto Trait Implementations
impl<'a, 'tcx> !RefUnwindSafe for ConstToPat<'a, 'tcx>
impl<'a, 'tcx> !Send for ConstToPat<'a, 'tcx>
impl<'a, 'tcx> !Sync for ConstToPat<'a, 'tcx>
impl<'a, 'tcx> Unpin for ConstToPat<'a, 'tcx> where
'tcx: 'a,
impl<'a, 'tcx> !UnwindSafe for ConstToPat<'a, 'tcx>
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 792 bytes