Struct rusoto_cur::DeleteReportDefinitionResponse[][src]

pub struct DeleteReportDefinitionResponse {
    pub response_message: Option<String>,
}

Response of DeleteReportDefinition

Fields

Trait Implementations

impl Default for DeleteReportDefinitionResponse
[src]

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

impl Debug for DeleteReportDefinitionResponse
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteReportDefinitionResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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