pub struct TagSummary {
pub name: String,
pub count: u32,
}Expand description
One active tag and the number of current facts carrying it.
Fields§
§name: StringVerbatim tag name.
count: u32Current, non-tombstoned and non-closed facts carrying the tag.
Trait Implementations§
Source§impl Clone for TagSummary
impl Clone for TagSummary
Source§fn clone(&self) -> TagSummary
fn clone(&self) -> TagSummary
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 TagSummary
impl Debug for TagSummary
impl Eq for TagSummary
Source§impl PartialEq for TagSummary
impl PartialEq for TagSummary
impl StructuralPartialEq for TagSummary
Auto Trait Implementations§
impl Freeze for TagSummary
impl RefUnwindSafe for TagSummary
impl Send for TagSummary
impl Sync for TagSummary
impl Unpin for TagSummary
impl UnsafeUnpin for TagSummary
impl UnwindSafe for TagSummary
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.