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