Struct zipkin::endpoint::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]

Returns a builder type used to construct an Endpoint.

Returns the name of the service at this endpoint.

Returns the IPv4 address of the service at this endpoint.

Returns the IPv6 address of the service at this endpoint.

Returns the port of the service at this endpoint.

Trait Implementations

impl Debug for Endpoint
[src]

Formats the value using the given formatter.

impl Clone for Endpoint
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more