Struct rquickjs_core::Uninitialized[][src]

pub struct Uninitialized;

The placeholder which treated as uninitialized JS value

Implementations

impl Uninitialized[src]

pub fn into_value<'js>(self, ctx: Ctx<'js>) -> Value<'js>[src]

Convert into value

pub fn from_value<'js>(value: Value<'js>) -> Result<Self>[src]

Convert from value

Trait Implementations

impl Clone for Uninitialized[src]

impl Copy for Uninitialized[src]

impl Debug for Uninitialized[src]

impl Eq for Uninitialized[src]

impl<'js> FromJs<'js> for Uninitialized[src]

impl<'js> IntoJs<'js> for Uninitialized[src]

impl PartialEq<Uninitialized> for Uninitialized[src]

impl StructuralEq for Uninitialized[src]

impl StructuralPartialEq for Uninitialized[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.