pub struct TopValue {
pub value: JsonValue,
pub count: u64,
}Fields§
§value: JsonValue§count: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for TopValue
impl RefUnwindSafe for TopValue
impl Send for TopValue
impl Sync for TopValue
impl Unpin for TopValue
impl UnsafeUnpin for TopValue
impl UnwindSafe for TopValue
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