Struct javascriptcore::builders::ValueBuilder
source · [−]pub struct ValueBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct Value
objects.
Implementations
Trait Implementations
sourceimpl Clone for ValueBuilder
impl Clone for ValueBuilder
sourcefn clone(&self) -> ValueBuilder
fn clone(&self) -> ValueBuilder
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 ValueBuilder
impl Default for ValueBuilder
sourcefn default() -> ValueBuilder
fn default() -> ValueBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for ValueBuilder
impl !Send for ValueBuilder
impl !Sync for ValueBuilder
impl Unpin for ValueBuilder
impl UnwindSafe for ValueBuilder
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