pub struct Value { /* private fields */ }Trait Implementations§
Source§impl From<ArrayBuffer> for Value
impl From<ArrayBuffer> for Value
Source§fn from(value: ArrayBuffer) -> Self
fn from(value: ArrayBuffer) -> Self
Converts to this type from the input type.
Source§impl From<BigInt64Array> for Value
impl From<BigInt64Array> for Value
Source§fn from(value: BigInt64Array) -> Self
fn from(value: BigInt64Array) -> Self
Converts to this type from the input type.
Source§impl From<BigUint64Array> for Value
impl From<BigUint64Array> for Value
Source§fn from(value: BigUint64Array) -> Self
fn from(value: BigUint64Array) -> Self
Converts to this type from the input type.
Source§impl From<Float32Array> for Value
impl From<Float32Array> for Value
Source§fn from(value: Float32Array) -> Self
fn from(value: Float32Array) -> Self
Converts to this type from the input type.
Source§impl From<Float64Array> for Value
impl From<Float64Array> for Value
Source§fn from(value: Float64Array) -> Self
fn from(value: Float64Array) -> Self
Converts to this type from the input type.
Source§impl From<Int16Array> for Value
impl From<Int16Array> for Value
Source§fn from(value: Int16Array) -> Self
fn from(value: Int16Array) -> Self
Converts to this type from the input type.
Source§impl From<Int32Array> for Value
impl From<Int32Array> for Value
Source§fn from(value: Int32Array) -> Self
fn from(value: Int32Array) -> Self
Converts to this type from the input type.
Source§impl From<RangeError> for Value
impl From<RangeError> for Value
Source§fn from(value: RangeError) -> Self
fn from(value: RangeError) -> Self
Converts to this type from the input type.
Source§impl From<ReferenceError> for Value
impl From<ReferenceError> for Value
Source§fn from(value: ReferenceError) -> Self
fn from(value: ReferenceError) -> Self
Converts to this type from the input type.
Source§impl From<SyntaxError> for Value
impl From<SyntaxError> for Value
Source§fn from(value: SyntaxError) -> Self
fn from(value: SyntaxError) -> Self
Converts to this type from the input type.
Source§impl From<Uint16Array> for Value
impl From<Uint16Array> for Value
Source§fn from(value: Uint16Array) -> Self
fn from(value: Uint16Array) -> Self
Converts to this type from the input type.
Source§impl From<Uint32Array> for Value
impl From<Uint32Array> for Value
Source§fn from(value: Uint32Array) -> Self
fn from(value: Uint32Array) -> Self
Converts to this type from the input type.
Source§impl From<Uint8Array> for Value
impl From<Uint8Array> for Value
Source§fn from(value: Uint8Array) -> Self
fn from(value: Uint8Array) -> Self
Converts to this type from the input type.
Source§impl From<Uint8ClampedArray> for Value
impl From<Uint8ClampedArray> for Value
Source§fn from(value: Uint8ClampedArray) -> Self
fn from(value: Uint8ClampedArray) -> Self
Converts to this type from the input type.
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