Struct aws_sdk_chime::output::CreateChannelModeratorOutput
source · [−]#[non_exhaustive]pub struct CreateChannelModeratorOutput { /* private fields */ }Implementations
sourceimpl CreateChannelModeratorOutput
impl CreateChannelModeratorOutput
sourcepub fn channel_arn(&self) -> Option<&str>
pub fn channel_arn(&self) -> Option<&str>
The ARN of the channel.
sourcepub fn channel_moderator(&self) -> Option<&Identity>
pub fn channel_moderator(&self) -> Option<&Identity>
The ARNs of the channel and the moderator.
sourceimpl CreateChannelModeratorOutput
impl CreateChannelModeratorOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateChannelModeratorOutput.
Trait Implementations
sourceimpl Clone for CreateChannelModeratorOutput
impl Clone for CreateChannelModeratorOutput
sourcefn clone(&self) -> CreateChannelModeratorOutput
fn clone(&self) -> CreateChannelModeratorOutput
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 CreateChannelModeratorOutput
impl Debug for CreateChannelModeratorOutput
sourceimpl PartialEq<CreateChannelModeratorOutput> for CreateChannelModeratorOutput
impl PartialEq<CreateChannelModeratorOutput> for CreateChannelModeratorOutput
sourcefn eq(&self, other: &CreateChannelModeratorOutput) -> bool
fn eq(&self, other: &CreateChannelModeratorOutput) -> bool
impl StructuralPartialEq for CreateChannelModeratorOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateChannelModeratorOutput
impl Send for CreateChannelModeratorOutput
impl Sync for CreateChannelModeratorOutput
impl Unpin for CreateChannelModeratorOutput
impl UnwindSafe for CreateChannelModeratorOutput
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