Struct cf_env::models::Application[][src]

pub struct Application {
Show 19 fields pub application_id: LocalGuid, pub application_name: String, pub application_uris: Vec<String>, pub application_version: LocalGuid, pub cf_api: String, pub limits: ApplicationLimits, pub name: String, pub process_id: String, pub process_type: String, pub organization_id: LocalGuid, pub organization_name: String, pub space_id: LocalGuid, pub space_name: String, pub start: String, pub started_at: Option<String>, pub started_at_timestamp: Option<String>, pub state_timestamp: Option<String>, pub uris: Vec<String>, pub version: LocalGuid,
}

Fields

application_id: LocalGuidapplication_name: Stringapplication_uris: Vec<String>application_version: LocalGuidcf_api: Stringlimits: ApplicationLimitsname: Stringprocess_id: Stringprocess_type: Stringorganization_id: LocalGuidorganization_name: Stringspace_id: LocalGuidspace_name: Stringstart: Stringstarted_at: Option<String>started_at_timestamp: Option<String>state_timestamp: Option<String>uris: Vec<String>version: LocalGuid

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

The error type produced by a failed conversion.

Convert the given value into an approximately equivalent representation.

The error type produced by a failed conversion.

Convert the subject into an approximately equivalent representation.

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Approximate the subject with the default scheme.

Approximate the subject with a specific scheme.

Approximate the subject to a given type with the default scheme.

Approximate the subject to a given type with a specific scheme.

Convert the subject to a given type.

Attempt to convert the subject to a given type.

Attempt a value conversion of the subject to a given type.

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The error type produced by a failed conversion.

Convert the given value into the subject type.

The type returned in the event of a conversion error.

Performs the conversion.

The error type produced by a failed conversion.

Convert the subject into the destination type.

The type returned in the event of a conversion error.

Performs the conversion.

The error type produced by a failed conversion.

Convert the given value into an exactly equivalent representation.

The error type produced by a failed conversion.

Convert the subject into an exactly equivalent representation.