pub struct HostsFileHost {
pub ip: String,
pub hosts: Vec<String>,
pub comment: Option<String>,
}
Fields§
§ip: String
§hosts: Vec<String>
§comment: Option<String>
Trait Implementations§
Source§impl Debug for HostsFileHost
impl Debug for HostsFileHost
Source§impl PartialEq for HostsFileHost
impl PartialEq for HostsFileHost
impl Eq for HostsFileHost
impl StructuralPartialEq for HostsFileHost
Auto Trait Implementations§
impl Freeze for HostsFileHost
impl RefUnwindSafe for HostsFileHost
impl Send for HostsFileHost
impl Sync for HostsFileHost
impl Unpin for HostsFileHost
impl UnwindSafe for HostsFileHost
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