pub struct StandardConstructor { /* private fields */ }
Expand description
Store a builtin constructor (such as Object
) and its corresponding prototype.
Implementations§
Trait Implementations§
Source§impl Clone for StandardConstructor
impl Clone for StandardConstructor
Source§fn clone(&self) -> StandardConstructor
fn clone(&self) -> StandardConstructor
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 StandardConstructor
impl Debug for StandardConstructor
Auto Trait Implementations§
impl !Freeze for StandardConstructor
impl !RefUnwindSafe for StandardConstructor
impl !Send for StandardConstructor
impl !Sync for StandardConstructor
impl Unpin for StandardConstructor
impl !UnwindSafe for StandardConstructor
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