pub struct BatchGenerationResponseItem {
pub response: Result<GenerationResponse, IndividualRequestError>,
pub meta: RequestMetadata,
}
Fields§
§response: Result<GenerationResponse, IndividualRequestError>
§meta: RequestMetadata
Trait Implementations§
Source§impl Clone for BatchGenerationResponseItem
impl Clone for BatchGenerationResponseItem
Source§fn clone(&self) -> BatchGenerationResponseItem
fn clone(&self) -> BatchGenerationResponseItem
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 BatchGenerationResponseItem
impl Debug for BatchGenerationResponseItem
impl StructuralPartialEq for BatchGenerationResponseItem
Auto Trait Implementations§
impl Freeze for BatchGenerationResponseItem
impl RefUnwindSafe for BatchGenerationResponseItem
impl Send for BatchGenerationResponseItem
impl Sync for BatchGenerationResponseItem
impl Unpin for BatchGenerationResponseItem
impl UnwindSafe for BatchGenerationResponseItem
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