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 Hash for HostAndPort
impl Hash for HostAndPort
source§impl PartialEq for HostAndPort
impl PartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.