#[non_exhaustive]pub struct DescribeChannelModeratorOutput { /* private fields */ }Implementations§
source§impl DescribeChannelModeratorOutput
impl DescribeChannelModeratorOutput
sourcepub fn channel_moderator(&self) -> Option<&ChannelModerator>
pub fn channel_moderator(&self) -> Option<&ChannelModerator>
The details of the channel moderator.
source§impl DescribeChannelModeratorOutput
impl DescribeChannelModeratorOutput
sourcepub fn builder() -> DescribeChannelModeratorOutputBuilder
pub fn builder() -> DescribeChannelModeratorOutputBuilder
Creates a new builder-style object to manufacture DescribeChannelModeratorOutput.
Trait Implementations§
source§impl Clone for DescribeChannelModeratorOutput
impl Clone for DescribeChannelModeratorOutput
source§fn clone(&self) -> DescribeChannelModeratorOutput
fn clone(&self) -> DescribeChannelModeratorOutput
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 PartialEq<DescribeChannelModeratorOutput> for DescribeChannelModeratorOutput
impl PartialEq<DescribeChannelModeratorOutput> for DescribeChannelModeratorOutput
source§fn eq(&self, other: &DescribeChannelModeratorOutput) -> bool
fn eq(&self, other: &DescribeChannelModeratorOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for DescribeChannelModeratorOutput
impl RequestId for DescribeChannelModeratorOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.impl StructuralPartialEq for DescribeChannelModeratorOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeChannelModeratorOutput
impl Send for DescribeChannelModeratorOutput
impl Sync for DescribeChannelModeratorOutput
impl Unpin for DescribeChannelModeratorOutput
impl UnwindSafe for DescribeChannelModeratorOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more