pub struct DiscoveredConnectionEndpoint { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for DiscoveredConnectionEndpoint
impl Clone for DiscoveredConnectionEndpoint
Source§fn clone(&self) -> DiscoveredConnectionEndpoint
fn clone(&self) -> DiscoveredConnectionEndpoint
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 DiscoveredConnectionEndpoint
impl Debug for DiscoveredConnectionEndpoint
impl Eq for DiscoveredConnectionEndpoint
impl StructuralPartialEq for DiscoveredConnectionEndpoint
Auto Trait Implementations§
impl Freeze for DiscoveredConnectionEndpoint
impl RefUnwindSafe for DiscoveredConnectionEndpoint
impl Send for DiscoveredConnectionEndpoint
impl Sync for DiscoveredConnectionEndpoint
impl Unpin for DiscoveredConnectionEndpoint
impl UnsafeUnpin for DiscoveredConnectionEndpoint
impl UnwindSafe for DiscoveredConnectionEndpoint
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