pub struct CreateBatchJobConfig {
pub http_options: Option<HttpOptions>,
pub display_name: Option<String>,
pub dest: Option<BatchJobDestination>,
}Expand description
创建批处理任务配置。
Fields§
§http_options: Option<HttpOptions>§display_name: Option<String>§dest: Option<BatchJobDestination>Trait Implementations§
Source§impl Clone for CreateBatchJobConfig
impl Clone for CreateBatchJobConfig
Source§fn clone(&self) -> CreateBatchJobConfig
fn clone(&self) -> CreateBatchJobConfig
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 CreateBatchJobConfig
impl Debug for CreateBatchJobConfig
Source§impl Default for CreateBatchJobConfig
impl Default for CreateBatchJobConfig
Source§fn default() -> CreateBatchJobConfig
fn default() -> CreateBatchJobConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CreateBatchJobConfig
impl<'de> Deserialize<'de> for CreateBatchJobConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CreateBatchJobConfig
impl RefUnwindSafe for CreateBatchJobConfig
impl Send for CreateBatchJobConfig
impl Sync for CreateBatchJobConfig
impl Unpin for CreateBatchJobConfig
impl UnsafeUnpin for CreateBatchJobConfig
impl UnwindSafe for CreateBatchJobConfig
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