Struct aws_sdk_chime::types::builders::ChannelBanSummaryBuilder
source · #[non_exhaustive]pub struct ChannelBanSummaryBuilder { /* private fields */ }Expand description
A builder for ChannelBanSummary.
Implementations§
source§impl ChannelBanSummaryBuilder
impl ChannelBanSummaryBuilder
sourcepub fn set_member(self, input: Option<Identity>) -> Self
pub fn set_member(self, input: Option<Identity>) -> Self
The member being banned from a channel.
sourcepub fn build(self) -> ChannelBanSummary
pub fn build(self) -> ChannelBanSummary
Consumes the builder and constructs a ChannelBanSummary.
Trait Implementations§
source§impl Clone for ChannelBanSummaryBuilder
impl Clone for ChannelBanSummaryBuilder
source§fn clone(&self) -> ChannelBanSummaryBuilder
fn clone(&self) -> ChannelBanSummaryBuilder
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 ChannelBanSummaryBuilder
impl Debug for ChannelBanSummaryBuilder
source§impl Default for ChannelBanSummaryBuilder
impl Default for ChannelBanSummaryBuilder
source§fn default() -> ChannelBanSummaryBuilder
fn default() -> ChannelBanSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ChannelBanSummaryBuilder> for ChannelBanSummaryBuilder
impl PartialEq<ChannelBanSummaryBuilder> for ChannelBanSummaryBuilder
source§fn eq(&self, other: &ChannelBanSummaryBuilder) -> bool
fn eq(&self, other: &ChannelBanSummaryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ChannelBanSummaryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ChannelBanSummaryBuilder
impl Send for ChannelBanSummaryBuilder
impl Sync for ChannelBanSummaryBuilder
impl Unpin for ChannelBanSummaryBuilder
impl UnwindSafe for ChannelBanSummaryBuilder
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