Struct influx_db_client::client::UdpClient [] [src]

pub struct UdpClient { /* fields omitted */ }

Udp client

Methods

impl UdpClient
[src]

[src]

Create a new udp client. panic when T can't convert to SocketAddr

[src]

add udp host. panic when T can't convert to SocketAddr

[src]

View current hosts

[src]

Send Points to influxdb.

[src]

Send Point to influxdb.

Trait Implementations

impl FromIterator<SocketAddr> for UdpClient
[src]

[src]

Create udp client from iterator.

Auto Trait Implementations

impl Send for UdpClient

impl Sync for UdpClient