Struct shiplift::service::Endpoint [−][src]
pub struct Endpoint {
pub spec: EndpointSpec,
pub ports: Option<Vec<EndpointPortConfig>>,
pub virtual_ips: Option<Value>,
}Fields
spec: EndpointSpecports: Option<Vec<EndpointPortConfig>>virtual_ips: Option<Value>Trait Implementations
impl<'de> Deserialize<'de> for Endpoint[src]
impl<'de> Deserialize<'de> for Endpoint[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for Endpoint
impl Send for Endpoint
impl Sync for Endpoint
impl Unpin for Endpoint
impl UnwindSafe for Endpoint
Blanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,