pub struct ValueBuilder<'a> { /* private fields */ }Expand description
Helper for encoding VarMapValue types into a map arena.
Created internally when calling VarMap::set. Custom
VarMapValue implementations use build inside VarMapValue::to_value.
Implementations§
Source§impl<'a> ValueBuilder<'a>
impl<'a> ValueBuilder<'a>
Auto Trait Implementations§
impl<'a> Freeze for ValueBuilder<'a>
impl<'a> RefUnwindSafe for ValueBuilder<'a>
impl<'a> Send for ValueBuilder<'a>
impl<'a> Sync for ValueBuilder<'a>
impl<'a> Unpin for ValueBuilder<'a>
impl<'a> UnsafeUnpin for ValueBuilder<'a>
impl<'a> !UnwindSafe for ValueBuilder<'a>
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