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