pub struct Endpoint { /* private fields */ }Expand description
A domain with an associated port.
Implementations§
Trait Implementations§
Source§impl<'a> From<EndpointRef<'a>> for Endpoint
impl<'a> From<EndpointRef<'a>> for Endpoint
Source§fn from(endpoint: EndpointRef<'a>) -> Self
fn from(endpoint: EndpointRef<'a>) -> Self
Converts to this type from the input type.
Source§impl Ord for Endpoint
impl Ord for Endpoint
Source§impl PartialOrd for Endpoint
impl PartialOrd for Endpoint
impl Eq for Endpoint
impl StructuralPartialEq for Endpoint
Auto Trait Implementations§
impl Freeze for Endpoint
impl RefUnwindSafe for Endpoint
impl Send for Endpoint
impl Sync for Endpoint
impl Unpin for Endpoint
impl UnwindSafe for Endpoint
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