pub struct Value { /* private fields */ }Trait Implementations§
Source§impl From<Value> for ArrayBuffer
 
impl From<Value> for ArrayBuffer
Source§impl From<Value> for BigInt64Array
 
impl From<Value> for BigInt64Array
Source§impl From<Value> for BigUint64Array
 
impl From<Value> for BigUint64Array
Source§impl From<Value> for Float32Array
 
impl From<Value> for Float32Array
Source§impl From<Value> for Float64Array
 
impl From<Value> for Float64Array
Source§impl From<Value> for Int16Array
 
impl From<Value> for Int16Array
Source§impl From<Value> for Int32Array
 
impl From<Value> for Int32Array
Source§impl From<Value> for RangeError
 
impl From<Value> for RangeError
Source§impl From<Value> for ReferenceError
 
impl From<Value> for ReferenceError
Source§impl From<Value> for SyntaxError
 
impl From<Value> for SyntaxError
Source§impl From<Value> for Uint16Array
 
impl From<Value> for Uint16Array
Source§impl From<Value> for Uint32Array
 
impl From<Value> for Uint32Array
Source§impl From<Value> for Uint8Array
 
impl From<Value> for Uint8Array
Source§impl From<Value> for Uint8ClampedArray
 
impl From<Value> for Uint8ClampedArray
Auto Trait Implementations§
impl Freeze for Value
impl RefUnwindSafe for Value
impl !Send for Value
impl !Sync for Value
impl Unpin for Value
impl UnwindSafe for Value
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