pub struct AgentPoolQueueReference {
pub resource_reference: ResourceReference,
pub id: Option<i32>,
}Expand description
Represents a reference to an agent queue.
Fields§
§resource_reference: ResourceReference§id: Option<i32>The ID of the queue.
Implementations§
Trait Implementations§
source§impl Clone for AgentPoolQueueReference
impl Clone for AgentPoolQueueReference
source§fn clone(&self) -> AgentPoolQueueReference
fn clone(&self) -> AgentPoolQueueReference
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 AgentPoolQueueReference
impl Debug for AgentPoolQueueReference
source§impl Default for AgentPoolQueueReference
impl Default for AgentPoolQueueReference
source§fn default() -> AgentPoolQueueReference
fn default() -> AgentPoolQueueReference
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AgentPoolQueueReference
impl<'de> Deserialize<'de> for AgentPoolQueueReference
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<AgentPoolQueueReference> for AgentPoolQueueReference
impl PartialEq<AgentPoolQueueReference> for AgentPoolQueueReference
source§fn eq(&self, other: &AgentPoolQueueReference) -> bool
fn eq(&self, other: &AgentPoolQueueReference) -> bool
This method tests for
self and other values to be equal, and is used
by ==.