pub struct WebRuntimeStreams {
pub request_rx: Receiver<ServerRequest>,
pub live_rx: Receiver<Envelope>,
}Fields§
§request_rx: Receiver<ServerRequest>§live_rx: Receiver<Envelope>Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebRuntimeStreams
impl RefUnwindSafe for WebRuntimeStreams
impl Send for WebRuntimeStreams
impl Sync for WebRuntimeStreams
impl Unpin for WebRuntimeStreams
impl UnsafeUnpin for WebRuntimeStreams
impl UnwindSafe for WebRuntimeStreams
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