Struct docker_api::service::Service[][src]

pub struct Service<'docker> { /* fields omitted */ }
Expand description

Interface for accessing and manipulating a named docker volume

API Reference: https://docs.docker.com/engine/api/v1.41/#tag/Service

Implementations

Exports an interface for operations that may be performed against a named service

Creates a new service from ServiceOptions

API Reference: https://docs.docker.com/engine/api/v1.41/#operation/ServiceCreate

Inspects a named service’s details

API Reference: https://docs.docker.com/engine/api/v1.41/#operation/ServiceInspect

Returns a stream of logs from a service

API Reference: https://docs.docker.com/engine/api/v1.41/#operation/ServiceLogs

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.