pub struct AtlasProbeDeploymentResponse {
pub deployments: Vec<ResourceDeployment>,
pub resource: Vec<String>,
pub starttime: String,
pub endtime: String,
pub query_date: String,
pub merge: bool,
}Fields§
§deployments: Vec<ResourceDeployment>§resource: Vec<String>§starttime: String§endtime: String§query_date: String§merge: boolTrait Implementations§
Source§impl Clone for AtlasProbeDeploymentResponse
impl Clone for AtlasProbeDeploymentResponse
Source§fn clone(&self) -> AtlasProbeDeploymentResponse
fn clone(&self) -> AtlasProbeDeploymentResponse
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 AtlasProbeDeploymentResponse
impl Debug for AtlasProbeDeploymentResponse
Source§impl Default for AtlasProbeDeploymentResponse
impl Default for AtlasProbeDeploymentResponse
Source§fn default() -> AtlasProbeDeploymentResponse
fn default() -> AtlasProbeDeploymentResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AtlasProbeDeploymentResponse
impl<'de> Deserialize<'de> for AtlasProbeDeploymentResponse
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 AtlasProbeDeploymentResponse
impl PartialEq for AtlasProbeDeploymentResponse
Source§fn eq(&self, other: &AtlasProbeDeploymentResponse) -> bool
fn eq(&self, other: &AtlasProbeDeploymentResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AtlasProbeDeploymentResponse
Auto Trait Implementations§
impl Freeze for AtlasProbeDeploymentResponse
impl RefUnwindSafe for AtlasProbeDeploymentResponse
impl Send for AtlasProbeDeploymentResponse
impl Sync for AtlasProbeDeploymentResponse
impl Unpin for AtlasProbeDeploymentResponse
impl UnsafeUnpin for AtlasProbeDeploymentResponse
impl UnwindSafe for AtlasProbeDeploymentResponse
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