Struct collab2::db::ResharedProject
source · pub struct ResharedProject {
pub id: ProjectId,
pub old_connection_id: ConnectionId,
pub collaborators: Vec<ProjectCollaborator>,
pub worktrees: Vec<WorktreeMetadata>,
}
Fields§
§id: ProjectId
§old_connection_id: ConnectionId
§collaborators: Vec<ProjectCollaborator>
§worktrees: Vec<WorktreeMetadata>
Auto Trait Implementations§
Blanket Implementations§
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more