Struct serde_v8::Deserializer[][src]

pub struct Deserializer<'a, 'b, 's> { /* fields omitted */ }

Implementations

impl<'a, 'b, 's> Deserializer<'a, 'b, 's>[src]

pub fn new(
    scope: &'b mut HandleScope<'s>,
    input: Local<'a, Value>,
    key_cache: Option<&'b mut KeyCache>
) -> Self
[src]

Trait Implementations

impl<'de, 'a, 'b, 's, 'x> Deserializer<'de> for &'x mut Deserializer<'a, 'b, 's>[src]

type Error = Error

The error type that can be returned if some error occurs during deserialization. Read more

Auto Trait Implementations

impl<'a, 'b, 's> !RefUnwindSafe for Deserializer<'a, 'b, 's>

impl<'a, 'b, 's> !Send for Deserializer<'a, 'b, 's>

impl<'a, 'b, 's> !Sync for Deserializer<'a, 'b, 's>

impl<'a, 'b, 's> Unpin for Deserializer<'a, 'b, 's> where
    's: 'b, 

impl<'a, 'b, 's> !UnwindSafe for Deserializer<'a, 'b, 's>

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<T> From<T> for T[src]

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

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.