pub struct PackageLinkedResponse {
pub projected_commands: Vec<ProjectedCommand>,
pub agents: Vec<AgentosProjectedAgent>,
}Fields§
§projected_commands: Vec<ProjectedCommand>§agents: Vec<AgentosProjectedAgent>Trait Implementations§
Source§impl Clone for PackageLinkedResponse
impl Clone for PackageLinkedResponse
Source§fn clone(&self) -> PackageLinkedResponse
fn clone(&self) -> PackageLinkedResponse
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 PackageLinkedResponse
impl Debug for PackageLinkedResponse
Source§impl<'de> Deserialize<'de> for PackageLinkedResponse
impl<'de> Deserialize<'de> for PackageLinkedResponse
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 Eq for PackageLinkedResponse
Source§impl Hash for PackageLinkedResponse
impl Hash for PackageLinkedResponse
Source§impl PartialEq for PackageLinkedResponse
impl PartialEq for PackageLinkedResponse
Source§fn eq(&self, other: &PackageLinkedResponse) -> bool
fn eq(&self, other: &PackageLinkedResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PackageLinkedResponse
impl Serialize for PackageLinkedResponse
impl StructuralPartialEq for PackageLinkedResponse
Auto Trait Implementations§
impl Freeze for PackageLinkedResponse
impl RefUnwindSafe for PackageLinkedResponse
impl Send for PackageLinkedResponse
impl Sync for PackageLinkedResponse
impl Unpin for PackageLinkedResponse
impl UnsafeUnpin for PackageLinkedResponse
impl UnwindSafe for PackageLinkedResponse
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