pub enum GcRunStage {
Parse,
Compile,
Runtime,
}Variants§
Trait Implementations§
Source§impl Clone for GcRunStage
impl Clone for GcRunStage
Source§fn clone(&self) -> GcRunStage
fn clone(&self) -> GcRunStage
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 GcRunStage
Source§impl Debug for GcRunStage
impl Debug for GcRunStage
impl Eq for GcRunStage
Source§impl PartialEq for GcRunStage
impl PartialEq for GcRunStage
Source§impl Serialize for GcRunStage
impl Serialize for GcRunStage
impl StructuralPartialEq for GcRunStage
Auto Trait Implementations§
impl Freeze for GcRunStage
impl RefUnwindSafe for GcRunStage
impl Send for GcRunStage
impl Sync for GcRunStage
impl Unpin for GcRunStage
impl UnsafeUnpin for GcRunStage
impl UnwindSafe for GcRunStage
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