pub enum AgentFilter {
All,
Claude,
Codex,
}Expand description
Which agents to include.
Variants§
Trait Implementations§
Source§impl Clone for AgentFilter
impl Clone for AgentFilter
Source§fn clone(&self) -> AgentFilter
fn clone(&self) -> AgentFilter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AgentFilter
impl Debug for AgentFilter
Source§impl Default for AgentFilter
impl Default for AgentFilter
Source§fn default() -> AgentFilter
fn default() -> AgentFilter
Returns the “default value” for a type. Read more
Source§impl PartialEq for AgentFilter
impl PartialEq for AgentFilter
Source§fn eq(&self, other: &AgentFilter) -> bool
fn eq(&self, other: &AgentFilter) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for AgentFilter
impl Eq for AgentFilter
impl StructuralPartialEq for AgentFilter
Auto Trait Implementations§
impl Freeze for AgentFilter
impl RefUnwindSafe for AgentFilter
impl Send for AgentFilter
impl Sync for AgentFilter
impl Unpin for AgentFilter
impl UnsafeUnpin for AgentFilter
impl UnwindSafe for AgentFilter
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