pub struct SyncedWatcherConfig {
pub claude_code: Option<bool>,
pub opencode: Option<bool>,
pub goose: Option<bool>,
pub aider: Option<bool>,
pub cursor: Option<bool>,
}Expand description
Watcher toggle settings synced from the team — which tools to monitor.
Fields§
§claude_code: Option<bool>§opencode: Option<bool>§goose: Option<bool>§aider: Option<bool>§cursor: Option<bool>Trait Implementations§
Source§impl Debug for SyncedWatcherConfig
impl Debug for SyncedWatcherConfig
Source§impl<'de> Deserialize<'de> for SyncedWatcherConfig
impl<'de> Deserialize<'de> for SyncedWatcherConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SyncedWatcherConfig
impl RefUnwindSafe for SyncedWatcherConfig
impl Send for SyncedWatcherConfig
impl Sync for SyncedWatcherConfig
impl Unpin for SyncedWatcherConfig
impl UnwindSafe for SyncedWatcherConfig
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