pub enum GCType {
None,
NewSpace,
OldSpace,
}Variants§
Trait Implementations§
impl Copy for GCType
impl Eq for GCType
impl StructuralPartialEq for GCType
Auto Trait Implementations§
impl Freeze for GCType
impl RefUnwindSafe for GCType
impl Send for GCType
impl Sync for GCType
impl Unpin for GCType
impl UnsafeUnpin for GCType
impl UnwindSafe for GCType
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