pub struct HostAddress(/* private fields */);Expand description
Opaque address of a host destination: a session, a task, a queue.
Implementations§
Trait Implementations§
Source§impl Clone for HostAddress
impl Clone for HostAddress
Source§impl Debug for HostAddress
impl Debug for HostAddress
Source§impl<'de> Deserialize<'de> for HostAddress
impl<'de> Deserialize<'de> for HostAddress
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for HostAddress
impl Display for HostAddress
impl Eq for HostAddress
Source§impl Hash for HostAddress
impl Hash for HostAddress
Source§impl Ord for HostAddress
impl Ord for HostAddress
1.21.0 (const: unstable) · 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for HostAddress
impl PartialEq for HostAddress
Source§impl PartialOrd for HostAddress
impl PartialOrd for HostAddress
Source§impl Serialize for HostAddress
impl Serialize for HostAddress
impl StructuralPartialEq for HostAddress
Auto Trait Implementations§
impl Freeze for HostAddress
impl RefUnwindSafe for HostAddress
impl Send for HostAddress
impl Sync for HostAddress
impl Unpin for HostAddress
impl UnsafeUnpin for HostAddress
impl UnwindSafe for HostAddress
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