Struct rusoto_alexaforbusiness::AddressBookData[][src]

pub struct AddressBookData {
    pub address_book_arn: Option<String>,
    pub description: Option<String>,
    pub name: Option<String>,
}

Information related to an address book.

Fields

The ARN of the address book.

The description of the address book.

The name of the address book.

Trait Implementations

impl Default for AddressBookData
[src]

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

impl Debug for AddressBookData
[src]

Formats the value using the given formatter. Read more

impl Clone for AddressBookData
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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