pub struct TransportHandle {
pub outbound: Sender<Value>,
pub inbound: Receiver<Result<Value, ClientError>>,
}Fields§
§outbound: Sender<Value>§inbound: Receiver<Result<Value, ClientError>>Auto Trait Implementations§
impl Freeze for TransportHandle
impl RefUnwindSafe for TransportHandle
impl Send for TransportHandle
impl Sync for TransportHandle
impl Unpin for TransportHandle
impl UnsafeUnpin for TransportHandle
impl UnwindSafe for TransportHandle
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