pub enum Discover {
Prompts,
Resources,
Auto,
}Expand description
How to discover on one source (skills.sources[].discover).
Variants§
Trait Implementations§
impl Copy for Discover
impl Eq for Discover
impl StructuralPartialEq for Discover
Auto Trait Implementations§
impl Freeze for Discover
impl RefUnwindSafe for Discover
impl Send for Discover
impl Sync for Discover
impl Unpin for Discover
impl UnsafeUnpin for Discover
impl UnwindSafe for Discover
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