Struct rusoto_workdocs::Participants [] [src]

pub struct Participants {
    pub groups: Option<Vec<GroupMetadata>>,
    pub users: Option<Vec<UserMetadata>>,
}

Describes the users and/or user groups.

Fields

The list of user groups.

The list of users.

Trait Implementations

impl Default for Participants
[src]

[src]

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

impl Debug for Participants
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Participants
[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 Participants

impl Sync for Participants