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