pub struct Responder<T: Send + Sized>(/* private fields */);Expand description
The means with which to respond to a query. See module-level documentation for more info.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Responder<T>
impl<T> !RefUnwindSafe for Responder<T>
impl<T> Send for Responder<T>where
T: Sync,
impl<T> Sync for Responder<T>where
T: Sync,
impl<T> Unpin for Responder<T>
impl<T> !UnwindSafe for Responder<T>
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