pub struct Target(/* private fields */);Expand description
The target of a lookup: a domain or an IP address, without a port.
Implementations§
Trait Implementations§
impl Eq for Target
impl StructuralPartialEq for Target
Source§impl ToUriAuthorityString for Target
impl ToUriAuthorityString for Target
Retrieve the URI authority as a string.
Auto Trait Implementations§
impl Freeze for Target
impl RefUnwindSafe for Target
impl Send for Target
impl Sync for Target
impl Unpin for Target
impl UnsafeUnpin for Target
impl UnwindSafe for Target
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