Struct cf_services::Service[][src]

pub struct Service {
    pub name: String,
    pub instance_name: String,
    pub binding_name: String,
    pub credentials: Credentials,
    pub label: String,
}
Expand description

The high level service information for a service bounded to an application. Multiple services of the same type can be bounded to an application (e.g. multiple Config Servers).

Fields

name: String

The name of the service.

instance_name: String

The instance name of the service.

binding_name: String

The name the service is bounded as.

credentials: Credentials

The credentials of the service.

label: String

The label associated with the service.

Trait Implementations

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. 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.

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.