Struct rust_consul::Node
[−]
[src]
pub struct Node { pub name: String, pub address: IpAddr, }
Node hosting services
Fields
name: String
Node name
address: IpAddr
Node address
Trait Implementations
impl Debug for Node
[src]
impl PartialEq for Node
[src]
fn eq(&self, __arg_0: &Node) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Node) -> bool
[src]
This method tests for !=
.