pub struct DocumentGetRequest { /* private fields */ }Expand description
Implementations§
Auto Trait Implementations§
impl Freeze for DocumentGetRequest
impl RefUnwindSafe for DocumentGetRequest
impl Send for DocumentGetRequest
impl Sync for DocumentGetRequest
impl Unpin for DocumentGetRequest
impl UnsafeUnpin for DocumentGetRequest
impl UnwindSafe for DocumentGetRequest
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