pub struct AddDocumentRequest {
pub request: DocumentRegistrationRequest,
pub reply_tx: Sender<DocumentId>,
}Fields§
§request: DocumentRegistrationRequest§reply_tx: Sender<DocumentId>Auto Trait Implementations§
impl !RefUnwindSafe for AddDocumentRequest
impl !UnwindSafe for AddDocumentRequest
impl Freeze for AddDocumentRequest
impl Send for AddDocumentRequest
impl Sync for AddDocumentRequest
impl Unpin for AddDocumentRequest
impl UnsafeUnpin for AddDocumentRequest
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