pub struct HostsFile {
pub lines: Vec<HostsFileLine>,
}
Fields§
§lines: Vec<HostsFileLine>
Implementations§
Trait Implementations§
impl Eq for HostsFile
impl StructuralPartialEq for HostsFile
Auto Trait Implementations§
impl Freeze for HostsFile
impl RefUnwindSafe for HostsFile
impl Send for HostsFile
impl Sync for HostsFile
impl Unpin for HostsFile
impl UnwindSafe for HostsFile
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