pub struct ClientBuilder<P>where
P: Protocol,{ /* private fields */ }
Trait Implementations§
Source§impl<P> Debug for ClientBuilder<P>
impl<P> Debug for ClientBuilder<P>
Source§impl<P> From<(P, NodeAddr)> for ClientBuilder<P>where
P: Protocol,
impl<P> From<(P, NodeAddr)> for ClientBuilder<P>where
P: Protocol,
Source§fn from(value: (P, NodeAddr)) -> ClientBuilder<P>
fn from(value: (P, NodeAddr)) -> ClientBuilder<P>
Converts to this type from the input type.
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