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: LocalGuidTrait 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 Application
impl Send for Application
impl Sync for Application
impl Unpin for Application
impl UnwindSafe for Application
Blanket Implementations
type Err = NoError
type Err = NoError
The error type produced by a failed conversion.
pub fn approx_from(
src: Src
) -> Result<Src, <Src as ApproxFrom<Src, Scheme>>::Err>
pub fn approx_from(
src: Src
) -> Result<Src, <Src as ApproxFrom<Src, Scheme>>::Err>
Convert the given value into an approximately equivalent representation.
type Err = <Dst as ApproxFrom<Src, Scheme>>::Err
type Err = <Dst as ApproxFrom<Src, Scheme>>::Err
The error type produced by a failed conversion.
pub fn approx_into(self) -> Result<Dst, <Src as ApproxInto<Dst, Scheme>>::Err>
pub fn approx_into(self) -> Result<Dst, <Src as ApproxInto<Dst, Scheme>>::Err>
Convert the subject into an approximately equivalent representation.
Mutably borrows from an owned value. Read more
Approximate the subject to a given type with the default scheme.
fn approx_as_by<Dst, Scheme>(self) -> Result<Dst, Self::Err> where
Self: ApproxInto<Dst, Scheme>,
Scheme: ApproxScheme,
fn approx_as_by<Dst, Scheme>(self) -> Result<Dst, Self::Err> where
Self: ApproxInto<Dst, Scheme>,
Scheme: ApproxScheme,
Approximate the subject to a given type with a specific scheme.
Attempt to convert the subject to a given type.
type Err = NoError
type Err = NoError
The error type produced by a failed conversion.
pub fn value_from(src: Src) -> Result<Src, <Src as ValueFrom<Src>>::Err>
pub fn value_from(src: Src) -> Result<Src, <Src as ValueFrom<Src>>::Err>
Convert the given value into an exactly equivalent representation.
type Err = <Dst as ValueFrom<Src>>::Err
type Err = <Dst as ValueFrom<Src>>::Err
The error type produced by a failed conversion.
pub fn value_into(self) -> Result<Dst, <Src as ValueInto<Dst>>::Err>
pub fn value_into(self) -> Result<Dst, <Src as ValueInto<Dst>>::Err>
Convert the subject into an exactly equivalent representation.
