Struct makepad_platform::event::network::NetworkResponseChannel
source · pub struct NetworkResponseChannel {
pub receiver: Receiver<NetworkResponseEvent>,
pub sender: Sender<NetworkResponseEvent>,
}Fields§
§receiver: Receiver<NetworkResponseEvent>§sender: Sender<NetworkResponseEvent>Trait Implementations§
Auto Trait Implementations§
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