Enum wasmtime_runtime::GcProgress
source · pub enum GcProgress {
Continue,
Complete,
}
Expand description
The result of doing an incremental amount of GC.
Variants§
Auto Trait Implementations§
impl Freeze for GcProgress
impl RefUnwindSafe for GcProgress
impl Send for GcProgress
impl Sync for GcProgress
impl Unpin for GcProgress
impl UnwindSafe for GcProgress
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