pub struct HostList { /* private fields */ }Expand description
Parsed host list from the DPlus auth TCP response.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HostList
impl RefUnwindSafe for HostList
impl Send for HostList
impl Sync for HostList
impl Unpin for HostList
impl UnwindSafe for HostList
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