pub enum GcInterrupt {
BeforeStep,
AfterStep {
previous_phase: GcPhase,
},
}Variants§
Trait Implementations§
Source§impl Clone for GcInterrupt
impl Clone for GcInterrupt
Source§fn clone(&self) -> GcInterrupt
fn clone(&self) -> GcInterrupt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for GcInterrupt
Source§impl Debug for GcInterrupt
impl Debug for GcInterrupt
impl Eq for GcInterrupt
Source§impl PartialEq for GcInterrupt
impl PartialEq for GcInterrupt
impl StructuralPartialEq for GcInterrupt
Auto Trait Implementations§
impl Freeze for GcInterrupt
impl RefUnwindSafe for GcInterrupt
impl Send for GcInterrupt
impl Sync for GcInterrupt
impl Unpin for GcInterrupt
impl UnsafeUnpin for GcInterrupt
impl UnwindSafe for GcInterrupt
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