pub struct ClientTransportFactory;Expand description
Client transport factory
Implementations§
Auto Trait Implementations§
impl Freeze for ClientTransportFactory
impl RefUnwindSafe for ClientTransportFactory
impl Send for ClientTransportFactory
impl Sync for ClientTransportFactory
impl Unpin for ClientTransportFactory
impl UnwindSafe for ClientTransportFactory
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