Struct rusoto_cloudfront::Tags[][src]

pub struct Tags {
    pub items: Option<Vec<Tag>>,
}

A complex type that contains zero or more Tag elements.

Fields

A complex type that contains Tag elements.

Trait Implementations

impl Default for Tags
[src]

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

impl Debug for Tags
[src]

Formats the value using the given formatter. Read more

impl Clone for Tags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for Tags