Struct rusoto_workdocs::ShareResult[][src]

pub struct ShareResult {
    pub principal_id: Option<String>,
    pub role: Option<String>,
    pub share_id: Option<String>,
    pub status: Option<String>,
    pub status_message: Option<String>,
}

Describes the share results of a resource.

Fields

The ID of the principal.

The role.

The ID of the resource that was shared.

The status.

The status message.

Trait Implementations

impl Default for ShareResult
[src]

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

impl Debug for ShareResult
[src]

Formats the value using the given formatter. Read more

impl Clone for ShareResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Sync for ShareResult