Struct rusoto_codestar::Resource[][src]

pub struct Resource {
    pub id: String,
}

Information about a resource for a project.

Fields

The Amazon Resource Name (ARN) of the resource.

Trait Implementations

impl Default for Resource
[src]

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

impl Debug for Resource
[src]

Formats the value using the given formatter. Read more

impl Clone for Resource
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for Resource