Struct azure_devops_rust_api::release::models::MultiConfigInput   
source · pub struct MultiConfigInput {
    pub parallel_execution_input_base: ParallelExecutionInputBase,
    pub multipliers: Option<String>,
}Expand description
Fields§
§parallel_execution_input_base: ParallelExecutionInputBase§multipliers: Option<String>Multipliers for parallel execution of deployment, for example x86,x64.
Implementations§
Trait Implementations§
source§impl Clone for MultiConfigInput
 
impl Clone for MultiConfigInput
source§fn clone(&self) -> MultiConfigInput
 
fn clone(&self) -> MultiConfigInput
Returns a copy 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 MultiConfigInput
 
impl Debug for MultiConfigInput
source§impl Default for MultiConfigInput
 
impl Default for MultiConfigInput
source§fn default() -> MultiConfigInput
 
fn default() -> MultiConfigInput
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MultiConfigInput
 
impl<'de> Deserialize<'de> for MultiConfigInput
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 MultiConfigInput
 
impl PartialEq for MultiConfigInput
source§fn eq(&self, other: &MultiConfigInput) -> bool
 
fn eq(&self, other: &MultiConfigInput) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for MultiConfigInput
 
impl Serialize for MultiConfigInput
impl StructuralPartialEq for MultiConfigInput
Auto Trait Implementations§
impl RefUnwindSafe for MultiConfigInput
impl Send for MultiConfigInput
impl Sync for MultiConfigInput
impl Unpin for MultiConfigInput
impl UnwindSafe for MultiConfigInput
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