pub struct NetworkResponseChannel {
pub receiver: Receiver<NetworkResponseItem>,
pub sender: Sender<NetworkResponseItem>,
}Fields§
§receiver: Receiver<NetworkResponseItem>§sender: Sender<NetworkResponseItem>Trait Implementations§
Auto Trait Implementations§
impl !Sync for NetworkResponseChannel
impl Freeze for NetworkResponseChannel
impl RefUnwindSafe for NetworkResponseChannel
impl Send for NetworkResponseChannel
impl Unpin for NetworkResponseChannel
impl UnsafeUnpin for NetworkResponseChannel
impl UnwindSafe for NetworkResponseChannel
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