pub enum ContextBlockKind {
Persona,
Rules,
Memory,
Retrieval,
Workspace,
Task,
}Expand description
The kind of context block, determining assembly order and default priority.
Variants§
Trait Implementations§
Source§impl Clone for ContextBlockKind
impl Clone for ContextBlockKind
Source§fn clone(&self) -> ContextBlockKind
fn clone(&self) -> ContextBlockKind
Returns a duplicate of the value. Read more
1.0.0 · 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 ContextBlockKind
impl Debug for ContextBlockKind
Source§impl Hash for ContextBlockKind
impl Hash for ContextBlockKind
Source§impl PartialEq for ContextBlockKind
impl PartialEq for ContextBlockKind
impl Copy for ContextBlockKind
impl Eq for ContextBlockKind
impl StructuralPartialEq for ContextBlockKind
Auto Trait Implementations§
impl Freeze for ContextBlockKind
impl RefUnwindSafe for ContextBlockKind
impl Send for ContextBlockKind
impl Sync for ContextBlockKind
impl Unpin for ContextBlockKind
impl UnsafeUnpin for ContextBlockKind
impl UnwindSafe for ContextBlockKind
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.