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