pub struct StandardObjects { /* private fields */ }
Expand description
Cached core standard objects.
Implementations§
Source§impl StandardObjects
impl StandardObjects
pub fn object_object(&self) -> &StandardConstructor
pub fn function_object(&self) -> &StandardConstructor
pub fn array_object(&self) -> &StandardConstructor
pub fn bigint_object(&self) -> &StandardConstructor
pub fn number_object(&self) -> &StandardConstructor
pub fn boolean_object(&self) -> &StandardConstructor
pub fn string_object(&self) -> &StandardConstructor
pub fn regexp_object(&self) -> &StandardConstructor
pub fn symbol_object(&self) -> &StandardConstructor
pub fn error_object(&self) -> &StandardConstructor
pub fn reference_error_object(&self) -> &StandardConstructor
pub fn type_error_object(&self) -> &StandardConstructor
pub fn range_error_object(&self) -> &StandardConstructor
pub fn syntax_error_object(&self) -> &StandardConstructor
pub fn eval_error_object(&self) -> &StandardConstructor
pub fn uri_error_object(&self) -> &StandardConstructor
pub fn map_object(&self) -> &StandardConstructor
pub fn set_object(&self) -> &StandardConstructor
Trait Implementations§
Source§impl Clone for StandardObjects
impl Clone for StandardObjects
Source§fn clone(&self) -> StandardObjects
fn clone(&self) -> StandardObjects
Returns a duplicate 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 StandardObjects
impl Debug for StandardObjects
Auto Trait Implementations§
impl !Freeze for StandardObjects
impl !RefUnwindSafe for StandardObjects
impl !Send for StandardObjects
impl !Sync for StandardObjects
impl Unpin for StandardObjects
impl !UnwindSafe for StandardObjects
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