pub struct FieldKindCount {
pub kind: FieldKind,
pub count: usize,
}Expand description
Count of observed fields for one field kind.
Fields§
§kind: FieldKindField kind.
count: usizeNumber of fields of this kind.
Trait Implementations§
Source§impl Clone for FieldKindCount
impl Clone for FieldKindCount
Source§fn clone(&self) -> FieldKindCount
fn clone(&self) -> FieldKindCount
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 FieldKindCount
impl Debug for FieldKindCount
impl Eq for FieldKindCount
Source§impl PartialEq for FieldKindCount
impl PartialEq for FieldKindCount
Source§fn eq(&self, other: &FieldKindCount) -> bool
fn eq(&self, other: &FieldKindCount) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for FieldKindCount
Auto Trait Implementations§
impl Freeze for FieldKindCount
impl RefUnwindSafe for FieldKindCount
impl Send for FieldKindCount
impl Sync for FieldKindCount
impl Unpin for FieldKindCount
impl UnsafeUnpin for FieldKindCount
impl UnwindSafe for FieldKindCount
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§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.