pub struct HostCount {
pub host: String,
pub count: usize,
}Fields§
§host: String§count: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for HostCount
impl RefUnwindSafe for HostCount
impl Send for HostCount
impl Sync for HostCount
impl Unpin for HostCount
impl UnsafeUnpin for HostCount
impl UnwindSafe for HostCount
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