pub struct NewDocResponse {
pub doc_id: String,
}Fields§
§doc_id: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for NewDocResponse
impl RefUnwindSafe for NewDocResponse
impl Send for NewDocResponse
impl Sync for NewDocResponse
impl Unpin for NewDocResponse
impl UnwindSafe for NewDocResponse
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