pub struct ReadDocumentRequest {
pub target_document_id: DocumentId,
pub reply_tx: Sender<Result<String, String>>,
}Fields§
§target_document_id: DocumentId§reply_tx: Sender<Result<String, String>>Trait Implementations§
Source§impl Debug for ReadDocumentRequest
impl Debug for ReadDocumentRequest
Source§impl TypeChannelName for ReadDocumentRequest
Available on debug-assertions enabled only.
impl TypeChannelName for ReadDocumentRequest
Available on debug-assertions enabled only.
Source§const CHANNEL_NAME: &'static str = "read_document_request"
const CHANNEL_NAME: &'static str = "read_document_request"
The semantic name of the channel/message type.
Auto Trait Implementations§
impl !RefUnwindSafe for ReadDocumentRequest
impl !UnwindSafe for ReadDocumentRequest
impl Freeze for ReadDocumentRequest
impl Send for ReadDocumentRequest
impl Sync for ReadDocumentRequest
impl Unpin for ReadDocumentRequest
impl UnsafeUnpin for ReadDocumentRequest
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