pub struct EntityCount {
pub entity_id: String,
pub count: usize,
pub percentage: f64,
}Fields§
§entity_id: String§count: usize§percentage: f64Trait Implementations§
Source§impl Debug for EntityCount
impl Debug for EntityCount
Auto Trait Implementations§
impl Freeze for EntityCount
impl RefUnwindSafe for EntityCount
impl Send for EntityCount
impl Sync for EntityCount
impl Unpin for EntityCount
impl UnsafeUnpin for EntityCount
impl UnwindSafe for EntityCount
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