pub struct AgentDefinitionsResult {
pub active_agents: Vec<Value>,
pub all_agents: Vec<Value>,
}Fields§
§active_agents: Vec<Value>§all_agents: Vec<Value>Trait Implementations§
Source§impl Clone for AgentDefinitionsResult
impl Clone for AgentDefinitionsResult
Source§fn clone(&self) -> AgentDefinitionsResult
fn clone(&self) -> AgentDefinitionsResult
Returns a duplicate 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 AgentDefinitionsResult
impl Debug for AgentDefinitionsResult
Source§impl<'de> Deserialize<'de> for AgentDefinitionsResult
impl<'de> Deserialize<'de> for AgentDefinitionsResult
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
Auto Trait Implementations§
impl Freeze for AgentDefinitionsResult
impl RefUnwindSafe for AgentDefinitionsResult
impl Send for AgentDefinitionsResult
impl Sync for AgentDefinitionsResult
impl Unpin for AgentDefinitionsResult
impl UnsafeUnpin for AgentDefinitionsResult
impl UnwindSafe for AgentDefinitionsResult
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