#[non_exhaustive]pub struct ChannelMembershipForAppInstanceUserSummary { /* private fields */ }Expand description
Summary of the channel membership details of an AppInstanceUser.
Implementations§
source§impl ChannelMembershipForAppInstanceUserSummary
impl ChannelMembershipForAppInstanceUserSummary
sourcepub fn channel_summary(&self) -> Option<&ChannelSummary>
pub fn channel_summary(&self) -> Option<&ChannelSummary>
Summary of the details of a Channel.
sourcepub fn app_instance_user_membership_summary(
&self
) -> Option<&AppInstanceUserMembershipSummary>
pub fn app_instance_user_membership_summary( &self ) -> Option<&AppInstanceUserMembershipSummary>
Summary of the membership details of an AppInstanceUser.
source§impl ChannelMembershipForAppInstanceUserSummary
impl ChannelMembershipForAppInstanceUserSummary
sourcepub fn builder() -> ChannelMembershipForAppInstanceUserSummaryBuilder
pub fn builder() -> ChannelMembershipForAppInstanceUserSummaryBuilder
Creates a new builder-style object to manufacture ChannelMembershipForAppInstanceUserSummary.
Trait Implementations§
source§impl Clone for ChannelMembershipForAppInstanceUserSummary
impl Clone for ChannelMembershipForAppInstanceUserSummary
source§fn clone(&self) -> ChannelMembershipForAppInstanceUserSummary
fn clone(&self) -> ChannelMembershipForAppInstanceUserSummary
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 PartialEq<ChannelMembershipForAppInstanceUserSummary> for ChannelMembershipForAppInstanceUserSummary
impl PartialEq<ChannelMembershipForAppInstanceUserSummary> for ChannelMembershipForAppInstanceUserSummary
source§fn eq(&self, other: &ChannelMembershipForAppInstanceUserSummary) -> bool
fn eq(&self, other: &ChannelMembershipForAppInstanceUserSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ChannelMembershipForAppInstanceUserSummary
Auto Trait Implementations§
impl RefUnwindSafe for ChannelMembershipForAppInstanceUserSummary
impl Send for ChannelMembershipForAppInstanceUserSummary
impl Sync for ChannelMembershipForAppInstanceUserSummary
impl Unpin for ChannelMembershipForAppInstanceUserSummary
impl UnwindSafe for ChannelMembershipForAppInstanceUserSummary
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