Struct docker_api::service::ServiceCreateInfo [−][src]
Fields
id: String
warning: Option<String>
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 ServiceCreateInfo
impl Send for ServiceCreateInfo
impl Sync for ServiceCreateInfo
impl Unpin for ServiceCreateInfo
impl UnwindSafe for ServiceCreateInfo
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more