pub enum SearchDepth {
Focused,
Thorough,
}Expand description
Research breadth requested from Codex.
Variants§
Focused
Focused research that stops once adequate evidence is available.
Thorough
Thorough bounded research that resolves material conflicts.
Trait Implementations§
Source§impl Clone for SearchDepth
impl Clone for SearchDepth
Source§fn clone(&self) -> SearchDepth
fn clone(&self) -> SearchDepth
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 moreimpl Copy for SearchDepth
Source§impl Debug for SearchDepth
impl Debug for SearchDepth
impl Eq for SearchDepth
Source§impl Hash for SearchDepth
impl Hash for SearchDepth
Source§impl PartialEq for SearchDepth
impl PartialEq for SearchDepth
impl StructuralPartialEq for SearchDepth
Auto Trait Implementations§
impl Freeze for SearchDepth
impl RefUnwindSafe for SearchDepth
impl Send for SearchDepth
impl Sync for SearchDepth
impl Unpin for SearchDepth
impl UnsafeUnpin for SearchDepth
impl UnwindSafe for SearchDepth
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