pub struct QuestionRequest {
pub question: String,
pub responder: Sender<Option<String>>,
}Fields§
§question: String§responder: Sender<Option<String>>Auto Trait Implementations§
impl Freeze for QuestionRequest
impl !RefUnwindSafe for QuestionRequest
impl Send for QuestionRequest
impl Sync for QuestionRequest
impl Unpin for QuestionRequest
impl UnsafeUnpin for QuestionRequest
impl !UnwindSafe for QuestionRequest
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