Struct javascriptcore::ContextBuilder
source · [−]pub struct ContextBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct Context
objects.
Implementations
Create a new ContextBuilder
.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ContextBuilder
impl !Send for ContextBuilder
impl !Sync for ContextBuilder
impl Unpin for ContextBuilder
impl UnwindSafe for ContextBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more