pub struct WebApiUserLoadTestMachineInput {
pub web_api_load_test_machine_input: WebApiLoadTestMachineInput,
pub agent_group_name: Option<String>,
pub tenant_id: Option<String>,
pub user_load_agent_resources_uri: Option<String>,
pub vsts_account_uri: Option<String>,
}Expand description
This can eventually evolve as the ultimate JSON file that user can use to configure their machine(s) against CLT
Fields§
§web_api_load_test_machine_input: WebApiLoadTestMachineInput§agent_group_name: Option<String>§tenant_id: Option<String>§user_load_agent_resources_uri: Option<String>§vsts_account_uri: Option<String>Implementations§
Trait Implementations§
source§impl Clone for WebApiUserLoadTestMachineInput
impl Clone for WebApiUserLoadTestMachineInput
source§fn clone(&self) -> WebApiUserLoadTestMachineInput
fn clone(&self) -> WebApiUserLoadTestMachineInput
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 Default for WebApiUserLoadTestMachineInput
impl Default for WebApiUserLoadTestMachineInput
source§fn default() -> WebApiUserLoadTestMachineInput
fn default() -> WebApiUserLoadTestMachineInput
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for WebApiUserLoadTestMachineInput
impl<'de> Deserialize<'de> for WebApiUserLoadTestMachineInput
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<WebApiUserLoadTestMachineInput> for WebApiUserLoadTestMachineInput
impl PartialEq<WebApiUserLoadTestMachineInput> for WebApiUserLoadTestMachineInput
source§fn eq(&self, other: &WebApiUserLoadTestMachineInput) -> bool
fn eq(&self, other: &WebApiUserLoadTestMachineInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.