pub struct AgentCommandRelationships {
pub opcon: Option<String>,
pub coordinates_with: Option<Vec<String>>,
}Expand description
Command hierarchy (MVP: opcon only).
Fields§
§opcon: Option<String>Agent ID holding operational control.
coordinates_with: Option<Vec<String>>Trait Implementations§
Source§impl Clone for AgentCommandRelationships
impl Clone for AgentCommandRelationships
Source§fn clone(&self) -> AgentCommandRelationships
fn clone(&self) -> AgentCommandRelationships
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AgentCommandRelationships
impl Debug for AgentCommandRelationships
Source§impl Default for AgentCommandRelationships
impl Default for AgentCommandRelationships
Source§fn default() -> AgentCommandRelationships
fn default() -> AgentCommandRelationships
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentCommandRelationships
impl<'de> Deserialize<'de> for AgentCommandRelationships
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
impl StructuralPartialEq for AgentCommandRelationships
Auto Trait Implementations§
impl Freeze for AgentCommandRelationships
impl RefUnwindSafe for AgentCommandRelationships
impl Send for AgentCommandRelationships
impl Sync for AgentCommandRelationships
impl Unpin for AgentCommandRelationships
impl UnsafeUnpin for AgentCommandRelationships
impl UnwindSafe for AgentCommandRelationships
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