Struct rusoto_workspaces::ModificationState[][src]

pub struct ModificationState {
    pub resource: Option<String>,
    pub state: Option<String>,
}

Information about a WorkSpace modification.

Fields

The resource.

The modification state.

Trait Implementations

impl Default for ModificationState
[src]

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

impl Debug for ModificationState
[src]

Formats the value using the given formatter. Read more

impl Clone for ModificationState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ModificationState
[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