Struct azure_devops_rust_api::release::models::AgentSpecification
source · pub struct AgentSpecification {
pub identifier: Option<String>,
}Expand description
Specification of the agent defined by the pool provider.
Fields§
§identifier: Option<String>Agent specification unique identifier.
Implementations§
Trait Implementations§
source§impl Clone for AgentSpecification
impl Clone for AgentSpecification
source§fn clone(&self) -> AgentSpecification
fn clone(&self) -> AgentSpecification
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 AgentSpecification
impl Debug for AgentSpecification
source§impl Default for AgentSpecification
impl Default for AgentSpecification
source§fn default() -> AgentSpecification
fn default() -> AgentSpecification
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AgentSpecification
impl<'de> Deserialize<'de> for AgentSpecification
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<AgentSpecification> for AgentSpecification
impl PartialEq<AgentSpecification> for AgentSpecification
source§fn eq(&self, other: &AgentSpecification) -> bool
fn eq(&self, other: &AgentSpecification) -> bool
This method tests for
self and other values to be equal, and is used
by ==.