pub struct VarBuilder { /* private fields */ }Implementations§
source§impl VarBuilder
impl VarBuilder
Auto Trait Implementations§
impl !RefUnwindSafe for VarBuilder
impl Send for VarBuilder
impl Sync for VarBuilder
impl Unpin for VarBuilder
impl !UnwindSafe for VarBuilder
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