pub enum Kind {
Manifest,
Inbox,
Context,
Run,
Subagent,
Task,
Memory,
Artifact,
Timer,
Audit,
Cred,
}Expand description
The entity kinds (RFC 0025 §3.3).
Variants§
Manifest
Inbox
Context
Run
Subagent
Task
Memory
Artifact
Timer
Audit
Cred
A cached endpoint credential (RFC 0031): an OAuth/OIDC/AWS/SPIFFE access + refresh token with its expiry, keyed by a hash of (endpoint, provider, principal). Redaction-excluded — never logged, audited, or read-surfaced.
Implementations§
Trait Implementations§
impl Copy for Kind
impl Eq for Kind
Source§impl Ord for Kind
impl Ord for Kind
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for Kind
impl PartialOrd for Kind
impl StructuralPartialEq for Kind
Auto Trait Implementations§
impl Freeze for Kind
impl RefUnwindSafe for Kind
impl Send for Kind
impl Sync for Kind
impl Unpin for Kind
impl UnsafeUnpin for Kind
impl UnwindSafe for Kind
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