pub enum GcPhase {
Pause,
Propagate,
PropagateAgain,
Atomic,
Sweep,
}Variants§
Trait Implementations§
impl Copy for GcPhase
impl Eq for GcPhase
impl StructuralPartialEq for GcPhase
Auto Trait Implementations§
impl Freeze for GcPhase
impl RefUnwindSafe for GcPhase
impl Send for GcPhase
impl Sync for GcPhase
impl Unpin for GcPhase
impl UnsafeUnpin for GcPhase
impl UnwindSafe for GcPhase
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