pub struct InitResult {
pub config_status: ConfigStatus,
pub db_path: PathBuf,
pub scan_outcome: ScanOutcome,
pub session_count: usize,
pub all_projects: bool,
pub scan_needed: bool,
}Fields§
§config_status: ConfigStatus§db_path: PathBuf§scan_outcome: ScanOutcome§session_count: usize§all_projects: bool§scan_needed: boolTrait Implementations§
Source§impl Clone for InitResult
impl Clone for InitResult
Source§fn clone(&self) -> InitResult
fn clone(&self) -> InitResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for InitResult
impl RefUnwindSafe for InitResult
impl Send for InitResult
impl Sync for InitResult
impl Unpin for InitResult
impl UnwindSafe for InitResult
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