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 get_member(&self) -> &Option<Identity>
pub fn get_member(&self) -> &Option<Identity>
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 for ChannelBanSummaryBuilder
impl PartialEq 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 Freeze for ChannelBanSummaryBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.