pub struct NetworkResponseChannel {
pub receiver: Receiver<NetworkResponseItem>,
pub sender: Sender<NetworkResponseItem>,
}Fields§
§receiver: Receiver<NetworkResponseItem>§sender: Sender<NetworkResponseItem>Trait Implementations§
Source§impl Default for NetworkResponseChannel
impl Default for NetworkResponseChannel
Source§fn default() -> NetworkResponseChannel
fn default() -> NetworkResponseChannel
Returns the “default value” for a type. Read more
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