pub struct WhoIsHost { /* private fields */ }Expand description
The host of a WHOIS server, with an optional port.
Implementations§
Trait Implementations§
impl Eq for WhoIsHost
impl StructuralPartialEq for WhoIsHost
Source§impl ToUriAuthorityString for WhoIsHost
impl ToUriAuthorityString for WhoIsHost
Retrieve the URI authority as a string.
Auto Trait Implementations§
impl Freeze for WhoIsHost
impl RefUnwindSafe for WhoIsHost
impl Send for WhoIsHost
impl Sync for WhoIsHost
impl Unpin for WhoIsHost
impl UnsafeUnpin for WhoIsHost
impl UnwindSafe for WhoIsHost
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