pub struct DPlusHost {
pub callsign: String,
pub address: IpAddr,
}Expand description
A single entry from the DPlus auth server’s host list response.
Fields§
§callsign: StringReflector callsign (e.g. "REF030"), trimmed of trailing spaces.
address: IpAddrReflector IPv4 address.
Trait Implementations§
impl Eq for DPlusHost
impl StructuralPartialEq for DPlusHost
Auto Trait Implementations§
impl Freeze for DPlusHost
impl RefUnwindSafe for DPlusHost
impl Send for DPlusHost
impl Sync for DPlusHost
impl Unpin for DPlusHost
impl UnwindSafe for DPlusHost
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