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 for AgentPoolQueueReference
impl PartialEq 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 ==
.source§impl Serialize for AgentPoolQueueReference
impl Serialize for AgentPoolQueueReference
impl StructuralPartialEq for AgentPoolQueueReference
Auto Trait Implementations§
impl Freeze for AgentPoolQueueReference
impl RefUnwindSafe for AgentPoolQueueReference
impl Send for AgentPoolQueueReference
impl Sync for AgentPoolQueueReference
impl Unpin for AgentPoolQueueReference
impl UnwindSafe for AgentPoolQueueReference
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