Struct collab2::db::RejoinedWorktree
source · pub struct RejoinedWorktree {
pub id: u64,
pub abs_path: String,
pub root_name: String,
pub visible: bool,
pub updated_entries: Vec<Entry>,
pub removed_entries: Vec<u64>,
pub updated_repositories: Vec<RepositoryEntry>,
pub removed_repositories: Vec<u64>,
pub diagnostic_summaries: Vec<DiagnosticSummary>,
pub settings_files: Vec<WorktreeSettingsFile>,
pub scan_id: u64,
pub completed_scan_id: u64,
}
Fields§
§id: u64
§abs_path: String
§root_name: String
§visible: bool
§updated_entries: Vec<Entry>
§removed_entries: Vec<u64>
§updated_repositories: Vec<RepositoryEntry>
§removed_repositories: Vec<u64>
§diagnostic_summaries: Vec<DiagnosticSummary>
§settings_files: Vec<WorktreeSettingsFile>
§scan_id: u64
§completed_scan_id: u64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for RejoinedWorktree
impl Send for RejoinedWorktree
impl Sync for RejoinedWorktree
impl Unpin for RejoinedWorktree
impl UnwindSafe for RejoinedWorktree
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