pub struct WhoIsHost { /* private fields */ }Trait Implementations§
Source§impl ToUriAuthorityString for WhoIsHost
impl ToUriAuthorityString for WhoIsHost
Retrieve the URI authority as a string.
Source§impl ValidateString for WhoIsHost
impl ValidateString for WhoIsHost
impl Eq for WhoIsHost
impl StructuralPartialEq for WhoIsHost
Auto Trait Implementations§
impl Freeze for WhoIsHost
impl RefUnwindSafe for WhoIsHost
impl Send for WhoIsHost
impl Sync for WhoIsHost
impl Unpin 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