pub struct JobCreateParameters {
pub properties: JobCreateProperties,
}Expand description
The parameters supplied to the create job operation.
Fields§
§properties: JobCreatePropertiesImplementations§
Source§impl JobCreateParameters
impl JobCreateParameters
pub fn new(properties: JobCreateProperties) -> Self
Trait Implementations§
Source§impl Clone for JobCreateParameters
impl Clone for JobCreateParameters
Source§fn clone(&self) -> JobCreateParameters
fn clone(&self) -> JobCreateParameters
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 JobCreateParameters
impl Debug for JobCreateParameters
Source§impl<'de> Deserialize<'de> for JobCreateParameters
impl<'de> Deserialize<'de> for JobCreateParameters
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
Source§impl PartialEq for JobCreateParameters
impl PartialEq for JobCreateParameters
Source§impl Serialize for JobCreateParameters
impl Serialize for JobCreateParameters
impl StructuralPartialEq for JobCreateParameters
Auto Trait Implementations§
impl Freeze for JobCreateParameters
impl RefUnwindSafe for JobCreateParameters
impl Send for JobCreateParameters
impl Sync for JobCreateParameters
impl Unpin for JobCreateParameters
impl UnwindSafe for JobCreateParameters
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