pub struct AttributeFormCounts {
pub declaratives: usize,
pub prefixes: usize,
}Expand description
Declarative/prefix split for a single attribute statistic bucket.
Fields§
§declaratives: usize§prefixes: usizeTrait Implementations§
Source§impl Clone for AttributeFormCounts
impl Clone for AttributeFormCounts
Source§fn clone(&self) -> AttributeFormCounts
fn clone(&self) -> AttributeFormCounts
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 AttributeFormCounts
impl Debug for AttributeFormCounts
Source§impl Default for AttributeFormCounts
impl Default for AttributeFormCounts
Source§fn default() -> AttributeFormCounts
fn default() -> AttributeFormCounts
Returns the “default value” for a type. Read more
impl Eq for AttributeFormCounts
Source§impl PartialEq for AttributeFormCounts
impl PartialEq for AttributeFormCounts
Source§fn eq(&self, other: &AttributeFormCounts) -> bool
fn eq(&self, other: &AttributeFormCounts) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AttributeFormCounts
Auto Trait Implementations§
impl Freeze for AttributeFormCounts
impl RefUnwindSafe for AttributeFormCounts
impl Send for AttributeFormCounts
impl Sync for AttributeFormCounts
impl Unpin for AttributeFormCounts
impl UnsafeUnpin for AttributeFormCounts
impl UnwindSafe for AttributeFormCounts
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.