#[non_exhaustive]pub struct BatchProcessResponse { /* private fields */ }Expand description
Response message for BatchProcessDocuments.
Implementations§
Trait Implementations§
Source§impl Clone for BatchProcessResponse
impl Clone for BatchProcessResponse
Source§fn clone(&self) -> BatchProcessResponse
fn clone(&self) -> BatchProcessResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BatchProcessResponse
impl Debug for BatchProcessResponse
Source§impl Default for BatchProcessResponse
impl Default for BatchProcessResponse
Source§fn default() -> BatchProcessResponse
fn default() -> BatchProcessResponse
Returns the “default value” for a type. Read more
Source§impl Message for BatchProcessResponse
impl Message for BatchProcessResponse
Source§impl PartialEq for BatchProcessResponse
impl PartialEq for BatchProcessResponse
impl StructuralPartialEq for BatchProcessResponse
Auto Trait Implementations§
impl Freeze for BatchProcessResponse
impl RefUnwindSafe for BatchProcessResponse
impl Send for BatchProcessResponse
impl Sync for BatchProcessResponse
impl Unpin for BatchProcessResponse
impl UnwindSafe for BatchProcessResponse
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