Struct rusoto_workdocs::Principal [] [src]

pub struct Principal {
    pub id: Option<String>,
    pub roles: Option<Vec<PermissionInfo>>,
    pub type_: Option<String>,
}

Describes a resource.

Fields

The ID of the resource.

The permission information for the resource.

The type of resource.

Trait Implementations

impl Default for Principal
[src]

[src]

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

impl Debug for Principal
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Principal
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Principal

impl Sync for Principal