pub enum CpKind {
Normal,
Catch,
}Expand description
Catch frames participate in error unwinding (drive() in solve.rs) and stop cut truncation (v1 rule: catch is opaque to cut).
Variants§
Trait Implementations§
impl Copy for CpKind
impl StructuralPartialEq for CpKind
Auto Trait Implementations§
impl Freeze for CpKind
impl RefUnwindSafe for CpKind
impl Send for CpKind
impl Sync for CpKind
impl Unpin for CpKind
impl UnsafeUnpin for CpKind
impl UnwindSafe for CpKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more