Struct rustc_typeck::check::BreakableCtxt [−][src]
pub struct BreakableCtxt<'gcx: 'tcx, 'tcx> { may_break: bool, coerce: Option<CoerceMany<'gcx, 'tcx, 'gcx, P<Expr>>>, }
🔬 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?
Fields
may_break: 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?
coerce: Option<CoerceMany<'gcx, 'tcx, 'gcx, P<Expr>>>
🔬 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?
Auto Trait Implementations
impl<'gcx, 'tcx> !Send for BreakableCtxt<'gcx, 'tcx>
impl<'gcx, 'tcx> !Send for BreakableCtxt<'gcx, 'tcx>
impl<'gcx, 'tcx> !Sync for BreakableCtxt<'gcx, 'tcx>
impl<'gcx, 'tcx> !Sync for BreakableCtxt<'gcx, 'tcx>