pub struct RemoteRequest {
pub res_tx: Sender<RemoteResponse>,
}Fields§
§res_tx: Sender<RemoteResponse>Auto Trait Implementations§
impl !RefUnwindSafe for RemoteRequest
impl !UnwindSafe for RemoteRequest
impl Freeze for RemoteRequest
impl Send for RemoteRequest
impl Sync for RemoteRequest
impl Unpin for RemoteRequest
impl UnsafeUnpin for RemoteRequest
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