pub struct NameCount {
pub name: String,
pub count: i64,
}Fields§
§name: String§count: i64Trait Implementations§
Auto Trait Implementations§
impl Freeze for NameCount
impl RefUnwindSafe for NameCount
impl Send for NameCount
impl Sync for NameCount
impl Unpin for NameCount
impl UnsafeUnpin for NameCount
impl UnwindSafe for NameCount
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