Struct conjure_runtime::config::HostAndPort
source · pub struct HostAndPort { /* private fields */ }Expand description
A host and port identifier of a server.
Implementations§
Trait Implementations§
source§impl Clone for HostAndPort
impl Clone for HostAndPort
source§fn clone(&self) -> HostAndPort
fn clone(&self) -> HostAndPort
Returns a copy 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<'de> Deserialize<'de> for HostAndPort
impl<'de> Deserialize<'de> for HostAndPort
source§fn deserialize<D>(
deserializer: D
) -> Result<HostAndPort, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>( deserializer: D ) -> Result<HostAndPort, <D as Deserializer<'de>>::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Display for HostAndPort
impl Display for HostAndPort
source§impl PartialEq<HostAndPort> for HostAndPort
impl PartialEq<HostAndPort> for HostAndPort
source§fn eq(&self, other: &HostAndPort) -> bool
fn eq(&self, other: &HostAndPort) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for HostAndPort
Auto Trait Implementations§
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