pub struct EndpointId(/* private fields */);Expand description
Stable endpoint identity used by adapters, documentation, and telemetry.
Implementations§
Trait Implementations§
Source§impl Clone for EndpointId
impl Clone for EndpointId
Source§fn clone(&self) -> EndpointId
fn clone(&self) -> EndpointId
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EndpointId
impl Debug for EndpointId
Source§impl Display for EndpointId
impl Display for EndpointId
impl Eq for EndpointId
Source§impl Hash for EndpointId
impl Hash for EndpointId
Source§impl Ord for EndpointId
impl Ord for EndpointId
Source§fn cmp(&self, other: &EndpointId) -> Ordering
fn cmp(&self, other: &EndpointId) -> Ordering
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
Source§impl PartialEq for EndpointId
impl PartialEq for EndpointId
Source§impl PartialOrd for EndpointId
impl PartialOrd for EndpointId
impl StructuralPartialEq for EndpointId
Source§impl TryFrom<&str> for EndpointId
impl TryFrom<&str> for EndpointId
Auto Trait Implementations§
impl Freeze for EndpointId
impl RefUnwindSafe for EndpointId
impl Send for EndpointId
impl Sync for EndpointId
impl Unpin for EndpointId
impl UnsafeUnpin for EndpointId
impl UnwindSafe for EndpointId
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