Struct zipkin_types::endpoint::Endpoint [] [src]

pub struct Endpoint { /* fields omitted */ }

The network context of a node in the service graph.

Methods

impl Endpoint
[src]

[src]

Returns a builder type used to construct an Endpoint.

[src]

Returns the name of the service at this endpoint.

[src]

Returns the IPv4 address of the service at this endpoint.

[src]

Returns the IPv6 address of the service at this endpoint.

[src]

Returns the port of the service at this endpoint.

Trait Implementations

impl Debug for Endpoint
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Endpoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<Endpoint> for Builder
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Endpoint

impl Sync for Endpoint