pub struct NamedEntity {
pub entity: String,
pub count: u32,
}Fields§
§entity: String§count: u32Trait Implementations§
Source§impl Debug for NamedEntity
impl Debug for NamedEntity
Auto Trait Implementations§
impl Freeze for NamedEntity
impl RefUnwindSafe for NamedEntity
impl Send for NamedEntity
impl Sync for NamedEntity
impl Unpin for NamedEntity
impl UnwindSafe for NamedEntity
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