pub struct HostAndPort { /* private fields */ }Implementations§
Source§impl HostAndPort
impl HostAndPort
Sourcepub fn builder() -> HostAndPortBuilder
pub fn builder() -> HostAndPortBuilder
Create an instance of HostAndPort using the builder syntax
Trait Implementations§
Source§impl Clone for HostAndPort
impl Clone for HostAndPort
Source§fn clone(&self) -> HostAndPort
fn clone(&self) -> HostAndPort
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for HostAndPort
impl Debug for HostAndPort
Source§impl Hash for HostAndPort
impl Hash for HostAndPort
Source§impl Ord for HostAndPort
impl Ord for HostAndPort
Source§fn cmp(&self, other: &HostAndPort) -> Ordering
fn cmp(&self, other: &HostAndPort) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for HostAndPort
impl PartialEq for HostAndPort
Source§impl PartialOrd for HostAndPort
impl PartialOrd for HostAndPort
impl Eq for HostAndPort
impl StructuralPartialEq for HostAndPort
Auto Trait Implementations§
impl Freeze for HostAndPort
impl RefUnwindSafe for HostAndPort
impl Send for HostAndPort
impl Sync for HostAndPort
impl Unpin for HostAndPort
impl UnwindSafe for HostAndPort
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