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