Struct rusoto_ds::CreateComputerResult[][src]

pub struct CreateComputerResult {
    pub computer: Option<Computer>,
}

Contains the results for the CreateComputer operation.

Fields

A Computer object that represents the computer account.

Trait Implementations

impl Default for CreateComputerResult
[src]

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

impl Debug for CreateComputerResult
[src]

Formats the value using the given formatter. Read more

impl Clone for CreateComputerResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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