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