pub struct SimpleBuilder<E, C>{ /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<E, C> Freeze for Builder<E, C>
impl<E, C> RefUnwindSafe for Builder<E, C>
impl<E, C> Send for Builder<E, C>
impl<E, C> Sync for Builder<E, C>
impl<E, C> Unpin for Builder<E, C>
impl<E, C> UnwindSafe for Builder<E, C>
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