pub struct ClientBuilder<P: Protocol> { /* private fields */ }
Trait Implementations§
Source§impl<P: Protocol> WireFormat for ClientBuilder<P>
impl<P: Protocol> WireFormat for ClientBuilder<P>
Auto Trait Implementations§
impl<P> Freeze for ClientBuilder<P>
impl<P> RefUnwindSafe for ClientBuilder<P>where
P: RefUnwindSafe,
impl<P> Send for ClientBuilder<P>
impl<P> Sync for ClientBuilder<P>
impl<P> Unpin for ClientBuilder<P>where
P: Unpin,
impl<P> UnwindSafe for ClientBuilder<P>where
P: UnwindSafe,
Blanket Implementations§
Source§impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
impl<T> AsyncWireFormatExt for Twhere
T: WireFormat + Send,
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