pub struct EndpointAddress(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for EndpointAddress
impl Clone for EndpointAddress
Source§fn clone(&self) -> EndpointAddress
fn clone(&self) -> EndpointAddress
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 EndpointAddress
impl Debug for EndpointAddress
Source§impl From<EndpointAddress> for u8
impl From<EndpointAddress> for u8
Source§fn from(value: EndpointAddress) -> Self
fn from(value: EndpointAddress) -> Self
Converts to this type from the input type.
Source§impl From<u8> for EndpointAddress
impl From<u8> for EndpointAddress
Source§impl Hash for EndpointAddress
impl Hash for EndpointAddress
Source§impl Ord for EndpointAddress
impl Ord for EndpointAddress
Source§fn cmp(&self, other: &EndpointAddress) -> Ordering
fn cmp(&self, other: &EndpointAddress) -> 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 EndpointAddress
impl PartialEq for EndpointAddress
Source§fn eq(&self, other: &EndpointAddress) -> bool
fn eq(&self, other: &EndpointAddress) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for EndpointAddress
impl PartialOrd for EndpointAddress
impl Copy for EndpointAddress
impl Eq for EndpointAddress
impl StructuralPartialEq for EndpointAddress
Auto Trait Implementations§
impl Freeze for EndpointAddress
impl RefUnwindSafe for EndpointAddress
impl Send for EndpointAddress
impl Sync for EndpointAddress
impl Unpin for EndpointAddress
impl UnsafeUnpin for EndpointAddress
impl UnwindSafe for EndpointAddress
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