#[non_exhaustive]pub struct BatchCreateChannelMembershipOutput { /* private fields */ }Implementations
sourceimpl BatchCreateChannelMembershipOutput
impl BatchCreateChannelMembershipOutput
sourcepub fn batch_channel_memberships(&self) -> Option<&BatchChannelMemberships>
pub fn batch_channel_memberships(&self) -> Option<&BatchChannelMemberships>
The list of channel memberships in the response.
sourcepub fn errors(&self) -> Option<&[BatchCreateChannelMembershipError]>
pub fn errors(&self) -> Option<&[BatchCreateChannelMembershipError]>
If the action fails for one or more of the memberships in the request, a list of the memberships is returned, along with error codes and error messages.
sourceimpl BatchCreateChannelMembershipOutput
impl BatchCreateChannelMembershipOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchCreateChannelMembershipOutput.
Trait Implementations
sourceimpl Clone for BatchCreateChannelMembershipOutput
impl Clone for BatchCreateChannelMembershipOutput
sourcefn clone(&self) -> BatchCreateChannelMembershipOutput
fn clone(&self) -> BatchCreateChannelMembershipOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<BatchCreateChannelMembershipOutput> for BatchCreateChannelMembershipOutput
impl PartialEq<BatchCreateChannelMembershipOutput> for BatchCreateChannelMembershipOutput
sourcefn eq(&self, other: &BatchCreateChannelMembershipOutput) -> bool
fn eq(&self, other: &BatchCreateChannelMembershipOutput) -> bool
impl StructuralPartialEq for BatchCreateChannelMembershipOutput
Auto Trait Implementations
impl RefUnwindSafe for BatchCreateChannelMembershipOutput
impl Send for BatchCreateChannelMembershipOutput
impl Sync for BatchCreateChannelMembershipOutput
impl Unpin for BatchCreateChannelMembershipOutput
impl UnwindSafe for BatchCreateChannelMembershipOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more