Struct javascriptcore::builders::WeakValueBuilder
source · [−]pub struct WeakValueBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct WeakValue
objects.
Implementations
Trait Implementations
sourceimpl Clone for WeakValueBuilder
impl Clone for WeakValueBuilder
sourcefn clone(&self) -> WeakValueBuilder
fn clone(&self) -> WeakValueBuilder
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Default for WeakValueBuilder
impl Default for WeakValueBuilder
sourcefn default() -> WeakValueBuilder
fn default() -> WeakValueBuilder
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more