Enum v8::IndexFilter
source · #[repr(C)]
pub enum IndexFilter {
IncludeIndices,
SkipIndices,
}
Variants§
IncludeIndices
kIncludesIndices allows for integer indices to be collected.
SkipIndices
kSkipIndices will exclude integer indices from being collected.
Trait Implementations§
source§impl Clone for IndexFilter
impl Clone for IndexFilter
source§fn clone(&self) -> IndexFilter
fn clone(&self) -> IndexFilter
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 more