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