pub struct ClientBuilder<'f1, S: State = Empty> { /* private fields */ }Expand description
Use builder syntax to set the inputs and finish with build().
Implementations§
Auto Trait Implementations§
impl<'f1, S> Freeze for ClientBuilder<'f1, S>
impl<'f1, S> RefUnwindSafe for ClientBuilder<'f1, S>
impl<'f1, S> Send for ClientBuilder<'f1, S>
impl<'f1, S> Sync for ClientBuilder<'f1, S>
impl<'f1, S> Unpin for ClientBuilder<'f1, S>
impl<'f1, S> UnsafeUnpin for ClientBuilder<'f1, S>
impl<'f1, S> UnwindSafe for ClientBuilder<'f1, S>
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