pub enum TierKind {
Global,
Project,
Auto,
}Expand description
Tier identifiers used by the splice output and the /memory summary.
Variants§
Global
Operator-global CLAUDE.md (XDG config).
Project
Project CLAUDE.md at the workspace root.
Auto
Per-workspace auto-memory MEMORY.md.
Implementations§
Trait Implementations§
impl Copy for TierKind
impl Eq for TierKind
impl StructuralPartialEq for TierKind
Auto Trait Implementations§
impl Freeze for TierKind
impl RefUnwindSafe for TierKind
impl Send for TierKind
impl Sync for TierKind
impl Unpin for TierKind
impl UnsafeUnpin for TierKind
impl UnwindSafe for TierKind
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.