pub struct TagCount {
pub tag: String,
pub count: u64,
}Expand description
Tag usage count for statistics display.
Fields§
§tag: StringTag name
count: u64Number of sessions using this tag
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagCount
impl RefUnwindSafe for TagCount
impl Send for TagCount
impl Sync for TagCount
impl Unpin for TagCount
impl UnwindSafe for TagCount
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