Struct rusoto_ds::StartSchemaExtensionResult[][src]

pub struct StartSchemaExtensionResult {
    pub schema_extension_id: Option<String>,
}

Fields

The identifier of the schema extension that will be applied.

Trait Implementations

impl Default for StartSchemaExtensionResult
[src]

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

impl Debug for StartSchemaExtensionResult
[src]

Formats the value using the given formatter. Read more

impl Clone for StartSchemaExtensionResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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