Struct aws_sdk_workdocs::model::Participants
source · [−]#[non_exhaustive]pub struct Participants { /* private fields */ }
Expand description
Describes the users or user groups.
Implementations
sourceimpl 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.
sourceimpl Participants
impl Participants
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Participants
.
Trait Implementations
sourceimpl Clone for Participants
impl Clone for Participants
sourcefn clone(&self) -> Participants
fn clone(&self) -> Participants
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Participants
impl Debug for Participants
sourceimpl PartialEq<Participants> for Participants
impl PartialEq<Participants> for Participants
sourcefn eq(&self, other: &Participants) -> bool
fn eq(&self, other: &Participants) -> bool
impl StructuralPartialEq for Participants
Auto Trait Implementations
impl RefUnwindSafe for Participants
impl Send for Participants
impl Sync for Participants
impl Unpin for Participants
impl UnwindSafe for Participants
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more