Struct rusoto_workdocs::DescribeUsersResponse [] [src]

pub struct DescribeUsersResponse {
    pub marker: Option<String>,
    pub total_number_of_users: Option<i64>,
    pub users: Option<Vec<User>>,
}

Fields

The marker to use when requesting the next set of results. If there are no additional results, the string is empty.

The total number of users included in the results.

The users.

Trait Implementations

impl Default for DescribeUsersResponse
[src]

[src]

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

impl Debug for DescribeUsersResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeUsersResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations