Struct podman_api_stubs::models::ServiceInfo [−][src]
pub struct ServiceInfo {
pub local_lb_index: Option<i64>,
pub ports: Option<Vec<String>>,
pub tasks: Option<Vec<Task>>,
pub VIP: Option<String>,
}
Expand description
ServiceInfo represents service parameters with the list of service’s tasks
Fields
local_lb_index: Option<i64>
ports: Option<Vec<String>>
tasks: Option<Vec<Task>>
VIP: Option<String>
Implementations
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
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ServiceInfo
impl Send for ServiceInfo
impl Sync for ServiceInfo
impl Unpin for ServiceInfo
impl UnwindSafe for ServiceInfo
Blanket Implementations
Mutably borrows from an owned value. Read more