pub enum WellKnownIntrinsics {
Show 59 variants
Array,
ArrayBuffer,
ArrayBufferPrototype,
ArrayIteratorPrototype,
ArrayPrototype,
ArrayProtoValues,
Boolean,
BooleanPrototype,
Date,
DatePrototype,
DecodeURI,
DecodeURIComponent,
EncodeURI,
EncodeURIComponent,
Error,
ErrorPrototype,
Function,
FunctionPrototype,
Generator,
GeneratorFunction,
GeneratorPrototype,
IsFinite,
IsNaN,
IteratorPrototype,
JSON,
Map,
MapIteratorPrototype,
MapPrototype,
Math,
Number,
NumberPrototype,
Object,
ObjectPrototype,
ObjProtoToString,
ParseFloat,
ParseInt,
Promise,
PromisePrototype,
RangeError,
RangeErrorPrototype,
ReferenceError,
ReferenceErrorPrototype,
RegExp,
RegExpPrototype,
Set,
SetIteratorPrototype,
SetPrototype,
String,
StringIteratorPrototype,
StringPrototype,
Symbol,
SymbolPrototype,
SyntaxError,
SyntaxErrorPrototype,
ThrowTypeError,
TypeError,
TypeErrorPrototype,
URIError,
URIErrorPrototype,
}Variants§
Array
ArrayBuffer
ArrayBufferPrototype
ArrayIteratorPrototype
ArrayPrototype
ArrayProtoValues
Boolean
BooleanPrototype
Date
DatePrototype
DecodeURI
DecodeURIComponent
EncodeURI
EncodeURIComponent
Error
ErrorPrototype
Function
FunctionPrototype
Generator
GeneratorFunction
GeneratorPrototype
IsFinite
IsNaN
IteratorPrototype
JSON
Map
MapIteratorPrototype
MapPrototype
Math
Number
NumberPrototype
Object
ObjectPrototype
ObjProtoToString
ParseFloat
ParseInt
Promise
PromisePrototype
RangeError
RangeErrorPrototype
ReferenceError
ReferenceErrorPrototype
RegExp
RegExpPrototype
Set
SetIteratorPrototype
SetPrototype
String
StringIteratorPrototype
StringPrototype
Symbol
SymbolPrototype
SyntaxError
SyntaxErrorPrototype
ThrowTypeError
TypeError
TypeErrorPrototype
URIError
URIErrorPrototype
Implementations§
Source§impl WellKnownIntrinsics
impl WellKnownIntrinsics
pub fn value(&self) -> JsObjectType
Trait Implementations§
Source§impl Hash for WellKnownIntrinsics
impl Hash for WellKnownIntrinsics
Source§impl PartialEq for WellKnownIntrinsics
impl PartialEq for WellKnownIntrinsics
impl Eq for WellKnownIntrinsics
Auto Trait Implementations§
impl Freeze for WellKnownIntrinsics
impl RefUnwindSafe for WellKnownIntrinsics
impl Send for WellKnownIntrinsics
impl Sync for WellKnownIntrinsics
impl Unpin for WellKnownIntrinsics
impl UnwindSafe for WellKnownIntrinsics
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.