pub struct DocumentRetrieveRequest {
pub key: String,
/* private fields */
}Expand description
Retrieve document detail by id
Fields§
§key: StringBearer API key
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DocumentRetrieveRequest
impl RefUnwindSafe for DocumentRetrieveRequest
impl Send for DocumentRetrieveRequest
impl Sync for DocumentRetrieveRequest
impl Unpin for DocumentRetrieveRequest
impl UnwindSafe for DocumentRetrieveRequest
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