Struct request_channel::Response
source · pub struct Response<'a, R> { /* private fields */ }Expand description
Handle for responding to request.
When dropped the corresponding Request will be notified about request absense.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a, R> !RefUnwindSafe for Response<'a, R>
impl<'a, R> Send for Response<'a, R>where
R: Send,
impl<'a, R> Sync for Response<'a, R>where
R: Send,
impl<'a, R> Unpin for Response<'a, R>
impl<'a, R> !UnwindSafe for Response<'a, R>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more