Enum v8::GarbageCollectionType
source · #[repr(C)]
pub enum GarbageCollectionType {
Full,
Minor,
}Expand description
Types of garbage collections that can be requested via
Isolate::request_garbage_collection_for_testing.
Variants§
Trait Implementations§
source§impl Clone for GarbageCollectionType
impl Clone for GarbageCollectionType
source§fn clone(&self) -> GarbageCollectionType
fn clone(&self) -> GarbageCollectionType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GarbageCollectionType
impl Debug for GarbageCollectionType
source§impl PartialEq<GarbageCollectionType> for GarbageCollectionType
impl PartialEq<GarbageCollectionType> for GarbageCollectionType
source§fn eq(&self, other: &GarbageCollectionType) -> bool
fn eq(&self, other: &GarbageCollectionType) -> bool
This method tests for
self and other values to be equal, and is used
by ==.