pub struct GdsStats { /* private fields */ }
Expand description
GDS summary stats.
Summary statistics for a GdsLibrary or GdsStruct.
Total numbers of elements of each type.
Trait Implementations§
source§impl AddAssign for GdsStats
impl AddAssign for GdsStats
source§fn add_assign(&mut self, rhs: GdsStats)
fn add_assign(&mut self, rhs: GdsStats)
Performs the
+=
operation. Read moresource§impl<'de> Deserialize<'de> for GdsStats
impl<'de> Deserialize<'de> for GdsStats
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 GdsStats
impl PartialEq for GdsStats
source§impl SubAssign for GdsStats
impl SubAssign for GdsStats
source§fn sub_assign(&mut self, rhs: GdsStats)
fn sub_assign(&mut self, rhs: GdsStats)
Performs the
-=
operation. Read moreimpl StructuralPartialEq for GdsStats
Auto Trait Implementations§
impl RefUnwindSafe for GdsStats
impl Send for GdsStats
impl Sync for GdsStats
impl Unpin for GdsStats
impl UnwindSafe for GdsStats
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