#[repr(C)]pub enum Intrinsic {
ArrayProtoEntries = 0,
ArrayProtoForEach = 1,
ArrayProtoKeys = 2,
ArrayProtoValues = 3,
ArrayPrototype = 4,
AsyncIteratorPrototype = 5,
ErrorPrototype = 6,
IteratorPrototype = 7,
MapIteratorPrototype = 8,
ObjProtoValueOf = 9,
SetIteratorPrototype = 10,
}
Variants§
ArrayProtoEntries = 0
ArrayProtoForEach = 1
ArrayProtoKeys = 2
ArrayProtoValues = 3
ArrayPrototype = 4
AsyncIteratorPrototype = 5
ErrorPrototype = 6
IteratorPrototype = 7
MapIteratorPrototype = 8
ObjProtoValueOf = 9
SetIteratorPrototype = 10
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Intrinsic
impl RefUnwindSafe for Intrinsic
impl Send for Intrinsic
impl Sync for Intrinsic
impl Unpin for Intrinsic
impl UnwindSafe for Intrinsic
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)