pub struct CreateBatchRequest<'a> {
pub default_concentration: Option<DefaultConcentrationSummary>,
pub entity_id: Option<String>,
pub fields: Option<Fields>,
/* 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§
§default_concentration: Option<DefaultConcentrationSummary>
§entity_id: Option<String>
§fields: Option<Fields>
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for CreateBatchRequest<'a>
impl<'a> !RefUnwindSafe for CreateBatchRequest<'a>
impl<'a> Send for CreateBatchRequest<'a>
impl<'a> Sync for CreateBatchRequest<'a>
impl<'a> Unpin for CreateBatchRequest<'a>
impl<'a> !UnwindSafe for CreateBatchRequest<'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