#[non_exhaustive]pub struct AppInstanceUserMembershipSummary { /* private fields */ }Expand description
Summary of the membership details of an AppInstanceUser.
Implementations§
source§impl AppInstanceUserMembershipSummary
impl AppInstanceUserMembershipSummary
sourcepub fn type(&self) -> Option<&ChannelMembershipType>
pub fn type(&self) -> Option<&ChannelMembershipType>
The type of ChannelMembership.
sourcepub fn read_marker_timestamp(&self) -> Option<&DateTime>
pub fn read_marker_timestamp(&self) -> Option<&DateTime>
The time at which a message was last read.
source§impl AppInstanceUserMembershipSummary
impl AppInstanceUserMembershipSummary
sourcepub fn builder() -> AppInstanceUserMembershipSummaryBuilder
pub fn builder() -> AppInstanceUserMembershipSummaryBuilder
Creates a new builder-style object to manufacture AppInstanceUserMembershipSummary.
Trait Implementations§
source§impl Clone for AppInstanceUserMembershipSummary
impl Clone for AppInstanceUserMembershipSummary
source§fn clone(&self) -> AppInstanceUserMembershipSummary
fn clone(&self) -> AppInstanceUserMembershipSummary
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<AppInstanceUserMembershipSummary> for AppInstanceUserMembershipSummary
impl PartialEq<AppInstanceUserMembershipSummary> for AppInstanceUserMembershipSummary
source§fn eq(&self, other: &AppInstanceUserMembershipSummary) -> bool
fn eq(&self, other: &AppInstanceUserMembershipSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for AppInstanceUserMembershipSummary
Auto Trait Implementations§
impl RefUnwindSafe for AppInstanceUserMembershipSummary
impl Send for AppInstanceUserMembershipSummary
impl Sync for AppInstanceUserMembershipSummary
impl Unpin for AppInstanceUserMembershipSummary
impl UnwindSafe for AppInstanceUserMembershipSummary
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