pub struct DiscoveryEndpoint {
pub name: String,
pub endpoint: Endpoint,
}Fields§
§name: String§endpoint: EndpointTrait Implementations§
Source§impl Clone for DiscoveryEndpoint
impl Clone for DiscoveryEndpoint
Source§fn clone(&self) -> DiscoveryEndpoint
fn clone(&self) -> DiscoveryEndpoint
Returns a duplicate of the value. Read more
1.0.0 · 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 DiscoveryEndpoint
impl Debug for DiscoveryEndpoint
Source§impl PartialEq for DiscoveryEndpoint
impl PartialEq for DiscoveryEndpoint
impl Eq for DiscoveryEndpoint
impl StructuralPartialEq for DiscoveryEndpoint
Auto Trait Implementations§
impl Freeze for DiscoveryEndpoint
impl RefUnwindSafe for DiscoveryEndpoint
impl Send for DiscoveryEndpoint
impl Sync for DiscoveryEndpoint
impl Unpin for DiscoveryEndpoint
impl UnsafeUnpin for DiscoveryEndpoint
impl UnwindSafe for DiscoveryEndpoint
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