Struct rusoto_elasticbeanstalk::PlatformFramework[][src]

pub struct PlatformFramework {
    pub name: Option<String>,
    pub version: Option<String>,
}

A framework supported by the custom platform.

Fields

The name of the framework.

The version of the framework.

Trait Implementations

impl Default for PlatformFramework
[src]

Returns the "default value" for a type. Read more

impl Debug for PlatformFramework
[src]

Formats the value using the given formatter. Read more

impl Clone for PlatformFramework
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for PlatformFramework
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations