Struct zipkin::Endpoint [] [src]

pub struct Endpoint { /* fields omitted */ }

An Endpoint represents information about a service recording trace information.

It consists of a service name, an optional IPv4 and/or IPv6 address, and an optional port.

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.

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