pub struct BackgroundModeConfig {
pub beads_file: Option<PathBuf>,
pub workspace_config: Option<PathBuf>,
pub repo_path: Option<PathBuf>,
pub repo_filter: Option<String>,
pub poll_interval_ms: u64,
}Fields§
§beads_file: Option<PathBuf>§workspace_config: Option<PathBuf>§repo_path: Option<PathBuf>§repo_filter: Option<String>§poll_interval_ms: u64Implementations§
Source§impl BackgroundModeConfig
impl BackgroundModeConfig
pub const DEFAULT_POLL_INTERVAL_MS: u64 = 2_000
Trait Implementations§
Source§impl Clone for BackgroundModeConfig
impl Clone for BackgroundModeConfig
Source§fn clone(&self) -> BackgroundModeConfig
fn clone(&self) -> BackgroundModeConfig
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 BackgroundModeConfig
impl RefUnwindSafe for BackgroundModeConfig
impl Send for BackgroundModeConfig
impl Sync for BackgroundModeConfig
impl Unpin for BackgroundModeConfig
impl UnsafeUnpin for BackgroundModeConfig
impl UnwindSafe for BackgroundModeConfig
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