pub struct ValueBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct Value
objects.
Implementations§
Auto Trait Implementations§
impl Freeze for ValueBuilder
impl RefUnwindSafe for ValueBuilder
impl !Send for ValueBuilder
impl !Sync for ValueBuilder
impl Unpin for ValueBuilder
impl UnwindSafe for ValueBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more