Struct aws_sdk_chime::types::ChannelBan
source · #[non_exhaustive]pub struct ChannelBan { /* private fields */ }Expand description
The details of a channel ban.
Implementations§
source§impl ChannelBan
impl ChannelBan
sourcepub fn channel_arn(&self) -> Option<&str>
pub fn channel_arn(&self) -> Option<&str>
The ARN of the channel from which a member is being banned.
sourcepub fn created_timestamp(&self) -> Option<&DateTime>
pub fn created_timestamp(&self) -> Option<&DateTime>
The time at which the ban was created.
sourcepub fn created_by(&self) -> Option<&Identity>
pub fn created_by(&self) -> Option<&Identity>
The AppInstanceUser who created the ban.
source§impl ChannelBan
impl ChannelBan
sourcepub fn builder() -> ChannelBanBuilder
pub fn builder() -> ChannelBanBuilder
Creates a new builder-style object to manufacture ChannelBan.
Trait Implementations§
source§impl Clone for ChannelBan
impl Clone for ChannelBan
source§fn clone(&self) -> ChannelBan
fn clone(&self) -> ChannelBan
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 ChannelBan
impl Debug for ChannelBan
source§impl PartialEq<ChannelBan> for ChannelBan
impl PartialEq<ChannelBan> for ChannelBan
source§fn eq(&self, other: &ChannelBan) -> bool
fn eq(&self, other: &ChannelBan) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ChannelBan
Auto Trait Implementations§
impl RefUnwindSafe for ChannelBan
impl Send for ChannelBan
impl Sync for ChannelBan
impl Unpin for ChannelBan
impl UnwindSafe for ChannelBan
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