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