Struct rusoto_opsworks::DescribeServiceErrorsResult[][src]

pub struct DescribeServiceErrorsResult {
    pub service_errors: Option<Vec<ServiceError>>,
}

Contains the response to a DescribeServiceErrors request.

Fields

An array of ServiceError objects that describe the specified service errors.

Trait Implementations

impl Default for DescribeServiceErrorsResult
[src]

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

impl Debug for DescribeServiceErrorsResult
[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeServiceErrorsResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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