Struct structured::GroupCount
source · [−]pub struct GroupCount {
pub count_index: Option<usize>,
pub series: Vec<GroupElementCount>,
}Fields
count_index: Option<usize>series: Vec<GroupElementCount>Trait Implementations
sourceimpl Clone for GroupCount
impl Clone for GroupCount
sourcefn clone(&self) -> GroupCount
fn clone(&self) -> GroupCount
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for GroupCount
impl Debug for GroupCount
sourceimpl<'de> Deserialize<'de> for GroupCount
impl<'de> Deserialize<'de> for GroupCount
sourcefn 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
sourceimpl PartialEq<GroupCount> for GroupCount
impl PartialEq<GroupCount> for GroupCount
sourcefn eq(&self, other: &GroupCount) -> bool
fn eq(&self, other: &GroupCount) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &GroupCount) -> bool
fn ne(&self, other: &GroupCount) -> bool
This method tests for !=.
sourceimpl Serialize for GroupCount
impl Serialize for GroupCount
impl StructuralPartialEq for GroupCount
Auto Trait Implementations
impl RefUnwindSafe for GroupCount
impl Send for GroupCount
impl Sync for GroupCount
impl Unpin for GroupCount
impl UnwindSafe for GroupCount
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> ToOwned for T where
T: Clone,
impl<T> ToOwned for T where
T: Clone,
type Owned = T
type Owned = T
The resulting type after obtaining ownership.
sourcefn clone_into(&self, target: &mut T)
fn clone_into(&self, target: &mut T)
🔬 This is a nightly-only experimental API. (
toowned_clone_into)Uses borrowed data to replace owned data, usually by cloning. Read more