pub struct TransportFactory;Expand description
Transport factory
Implementations§
Source§impl TransportFactory
impl TransportFactory
pub fn websocket(url: String) -> WebSocketTransport
pub fn in_memory() -> InMemoryTransport
pub fn hybrid(primary_url: String) -> HybridTransport
Auto Trait Implementations§
impl Freeze for TransportFactory
impl RefUnwindSafe for TransportFactory
impl Send for TransportFactory
impl Sync for TransportFactory
impl Unpin for TransportFactory
impl UnwindSafe for TransportFactory
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