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