pub struct AgentPoolEvent {
pub event_type: Option<String>,
pub pool: Option<TaskAgentPool>,
}Expand description
Fields§
§event_type: Option<String>§pool: Option<TaskAgentPool>An organization-level grouping of agents.
Implementations§
Trait Implementations§
source§impl Clone for AgentPoolEvent
impl Clone for AgentPoolEvent
source§fn clone(&self) -> AgentPoolEvent
fn clone(&self) -> AgentPoolEvent
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 AgentPoolEvent
impl Debug for AgentPoolEvent
source§impl Default for AgentPoolEvent
impl Default for AgentPoolEvent
source§fn default() -> AgentPoolEvent
fn default() -> AgentPoolEvent
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AgentPoolEvent
impl<'de> Deserialize<'de> for AgentPoolEvent
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<AgentPoolEvent> for AgentPoolEvent
impl PartialEq<AgentPoolEvent> for AgentPoolEvent
source§fn eq(&self, other: &AgentPoolEvent) -> bool
fn eq(&self, other: &AgentPoolEvent) -> bool
This method tests for
self and other values to be equal, and is used
by ==.