Struct collab2::db::RejoinedProject
source · pub struct RejoinedProject {
pub id: ProjectId,
pub old_connection_id: ConnectionId,
pub collaborators: Vec<ProjectCollaborator>,
pub worktrees: Vec<RejoinedWorktree>,
pub language_servers: Vec<LanguageServer>,
}
Fields§
§id: ProjectId
§old_connection_id: ConnectionId
§collaborators: Vec<ProjectCollaborator>
§worktrees: Vec<RejoinedWorktree>
§language_servers: Vec<LanguageServer>
Auto Trait Implementations§
impl RefUnwindSafe for RejoinedProject
impl Send for RejoinedProject
impl Sync for RejoinedProject
impl Unpin for RejoinedProject
impl UnwindSafe for RejoinedProject
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