Struct rusty_v8::ValueSerializer [−][src]
pub struct ValueSerializer<'a, 's> { /* fields omitted */ }
Implementations
ValueSerializer is a stack object used as entry-point for an owned and pinned heap object ValueSerializerHeap. The ’a lifetime is the lifetime of the ValueSerializerImpl implementation. The ’s lifetime is the lifetime of the HandleScope which is used to retrieve a Local<’s, Context> for the CallbackScopes
pub fn new<D: ValueSerializerImpl + 'a>(
scope: &mut HandleScope<'s>,
value_serializer_impl: Box<D>
) -> Self
[src]Trait Implementations
Auto Trait Implementations
impl<'a, 's> !RefUnwindSafe for ValueSerializer<'a, 's>
impl<'a, 's> !Send for ValueSerializer<'a, 's>
impl<'a, 's> !Sync for ValueSerializer<'a, 's>
impl<'a, 's> Unpin for ValueSerializer<'a, 's>
impl<'a, 's> !UnwindSafe for ValueSerializer<'a, 's>