pub enum TaskMode {
AgentOnly,
All,
}Expand description
Controls which recipes are exposed via MCP.
Variants§
AgentOnly
Only recipes tagged with [allow-agent] (group attribute or comment tag).
All
All non-private recipes.
Trait Implementations§
impl Eq for TaskMode
impl StructuralPartialEq for TaskMode
Auto Trait Implementations§
impl Freeze for TaskMode
impl RefUnwindSafe for TaskMode
impl Send for TaskMode
impl Sync for TaskMode
impl Unpin for TaskMode
impl UnsafeUnpin for TaskMode
impl UnwindSafe for TaskMode
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