pub struct HostsResult {
pub hosts: Vec<HostStat>,
}Fields§
§hosts: Vec<HostStat>Trait Implementations§
Source§impl Debug for HostsResult
impl Debug for HostsResult
Auto Trait Implementations§
impl Freeze for HostsResult
impl RefUnwindSafe for HostsResult
impl Send for HostsResult
impl Sync for HostsResult
impl Unpin for HostsResult
impl UnsafeUnpin for HostsResult
impl UnwindSafe for HostsResult
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