Struct collab2::db::RefreshedRoom
source · pub struct RefreshedRoom {
pub room: Room,
pub channel_id: Option<ChannelId>,
pub channel_members: Vec<UserId>,
pub stale_participant_user_ids: Vec<UserId>,
pub canceled_calls_to_user_ids: Vec<UserId>,
}
Fields§
§room: Room
§channel_id: Option<ChannelId>
§channel_members: Vec<UserId>
§stale_participant_user_ids: Vec<UserId>
§canceled_calls_to_user_ids: Vec<UserId>
Auto Trait Implementations§
impl RefUnwindSafe for RefreshedRoom
impl Send for RefreshedRoom
impl Sync for RefreshedRoom
impl Unpin for RefreshedRoom
impl UnwindSafe for RefreshedRoom
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