Struct aws_sdk_workdocs::model::Participants
source · #[non_exhaustive]pub struct Participants { /* private fields */ }
Expand description
Describes the users or user groups.
Implementations§
source§impl Participants
impl Participants
sourcepub fn users(&self) -> Option<&[UserMetadata]>
pub fn users(&self) -> Option<&[UserMetadata]>
The list of users.
sourcepub fn groups(&self) -> Option<&[GroupMetadata]>
pub fn groups(&self) -> Option<&[GroupMetadata]>
The list of user groups.
source§impl Participants
impl Participants
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Participants
.
Trait Implementations§
source§impl Clone for Participants
impl Clone for Participants
source§fn clone(&self) -> Participants
fn clone(&self) -> Participants
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for Participants
impl Debug for Participants
source§impl PartialEq<Participants> for Participants
impl PartialEq<Participants> for Participants
source§fn eq(&self, other: &Participants) -> bool
fn eq(&self, other: &Participants) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.