pub enum ProtectOutcome {
Continue,
Abort,
}
Expand description
Returned from ProtectCb
.
See `GcConfig::add_protected for details.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ProtectOutcome
impl RefUnwindSafe for ProtectOutcome
impl Send for ProtectOutcome
impl Sync for ProtectOutcome
impl Unpin for ProtectOutcome
impl UnwindSafe for ProtectOutcome
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