Struct collab2::db::CreatedChannelMessage
source · pub struct CreatedChannelMessage {
pub message_id: MessageId,
pub participant_connection_ids: Vec<ConnectionId>,
pub channel_members: Vec<UserId>,
pub notifications: NotificationBatch,
}
Fields§
§message_id: MessageId
§participant_connection_ids: Vec<ConnectionId>
§channel_members: Vec<UserId>
§notifications: NotificationBatch
Auto Trait Implementations§
impl RefUnwindSafe for CreatedChannelMessage
impl Send for CreatedChannelMessage
impl Sync for CreatedChannelMessage
impl Unpin for CreatedChannelMessage
impl UnwindSafe for CreatedChannelMessage
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