pub struct CreateAssayRunsRequest<'a> {
pub assay_runs: Vec<AssayRunCreate>,
/* private fields */
}Expand description
Create this with the associated client method.
That method takes required values as arguments. Set optional values using builder methods on this struct.
Fields§
§assay_runs: Vec<AssayRunCreate>Implementations§
Source§impl<'a> CreateAssayRunsRequest<'a>
impl<'a> CreateAssayRunsRequest<'a>
pub async fn send(self) -> Result<AssayRunsBulkCreateResponse>
Auto Trait Implementations§
impl<'a> Freeze for CreateAssayRunsRequest<'a>
impl<'a> !RefUnwindSafe for CreateAssayRunsRequest<'a>
impl<'a> Send for CreateAssayRunsRequest<'a>
impl<'a> Sync for CreateAssayRunsRequest<'a>
impl<'a> Unpin for CreateAssayRunsRequest<'a>
impl<'a> UnsafeUnpin for CreateAssayRunsRequest<'a>
impl<'a> !UnwindSafe for CreateAssayRunsRequest<'a>
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