pub struct KeyCount {
pub count: u64,
pub key: String,
}Fields§
§count: u64§key: StringTrait Implementations§
Source§impl Ord for KeyCount
impl Ord for KeyCount
Source§impl PartialOrd for KeyCount
impl PartialOrd for KeyCount
impl Eq for KeyCount
impl StructuralPartialEq for KeyCount
Auto Trait Implementations§
impl Freeze for KeyCount
impl RefUnwindSafe for KeyCount
impl Send for KeyCount
impl Sync for KeyCount
impl Unpin for KeyCount
impl UnwindSafe for KeyCount
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