Struct rusoto_sdb::Item[][src]

pub struct Item {
    pub alternate_name_encoding: Option<String>,
    pub attributes: Vec<Attribute>,
    pub name: String,
}

Fields

A list of attributes.

The name of the item.

Trait Implementations

impl Default for Item
[src]

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

impl Debug for Item
[src]

Formats the value using the given formatter. Read more

impl Clone for Item
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Send for Item

impl Sync for Item