Struct aws_sdk_chime::types::ChannelModeratorSummary
source · #[non_exhaustive]pub struct ChannelModeratorSummary { /* private fields */ }Expand description
Summary of the details of a ChannelModerator.
Implementations§
source§impl ChannelModeratorSummary
impl ChannelModeratorSummary
sourcepub fn builder() -> ChannelModeratorSummaryBuilder
pub fn builder() -> ChannelModeratorSummaryBuilder
Creates a new builder-style object to manufacture ChannelModeratorSummary.
Trait Implementations§
source§impl Clone for ChannelModeratorSummary
impl Clone for ChannelModeratorSummary
source§fn clone(&self) -> ChannelModeratorSummary
fn clone(&self) -> ChannelModeratorSummary
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 ChannelModeratorSummary
impl Debug for ChannelModeratorSummary
source§impl PartialEq<ChannelModeratorSummary> for ChannelModeratorSummary
impl PartialEq<ChannelModeratorSummary> for ChannelModeratorSummary
source§fn eq(&self, other: &ChannelModeratorSummary) -> bool
fn eq(&self, other: &ChannelModeratorSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ChannelModeratorSummary
Auto Trait Implementations§
impl RefUnwindSafe for ChannelModeratorSummary
impl Send for ChannelModeratorSummary
impl Sync for ChannelModeratorSummary
impl Unpin for ChannelModeratorSummary
impl UnwindSafe for ChannelModeratorSummary
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