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