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