Struct consul_rs::catalog::Node [−][src]
pub struct Node {
pub ID: Option<String>,
pub Node: Option<String>,
pub Address: Option<String>,
pub Datacenter: Option<String>,
pub TaggedAddresses: Option<HashMap<String, String>>,
pub Meta: Option<HashMap<String, String>>,
pub CreateIndex: Option<u64>,
pub ModifyIndex: Option<u64>,
}Fields
ID: Option<String>Node: Option<String>Address: Option<String>Datacenter: Option<String>TaggedAddresses: Option<HashMap<String, String>>Meta: Option<HashMap<String, String>>CreateIndex: Option<u64>ModifyIndex: Option<u64>Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Nodeimpl UnwindSafe for NodeBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> VAttaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more