pub enum FragmentId {
Workspace,
Permissions,
Route,
AgentTopology,
SkillsTools,
TokenBudget,
ProjectInstructions,
Constitution,
}Expand description
Stable fragment identities. Markers are public contract.
Variants§
Implementations§
Source§impl FragmentId
impl FragmentId
Trait Implementations§
Source§impl Clone for FragmentId
impl Clone for FragmentId
Source§fn clone(&self) -> FragmentId
fn clone(&self) -> FragmentId
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 FragmentId
Source§impl Debug for FragmentId
impl Debug for FragmentId
impl Eq for FragmentId
Source§impl Hash for FragmentId
impl Hash for FragmentId
Source§impl Ord for FragmentId
impl Ord for FragmentId
Source§fn cmp(&self, other: &FragmentId) -> Ordering
fn cmp(&self, other: &FragmentId) -> Ordering
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 PartialEq for FragmentId
impl PartialEq for FragmentId
Source§impl PartialOrd for FragmentId
impl PartialOrd for FragmentId
impl StructuralPartialEq for FragmentId
Auto Trait Implementations§
impl Freeze for FragmentId
impl RefUnwindSafe for FragmentId
impl Send for FragmentId
impl Sync for FragmentId
impl Unpin for FragmentId
impl UnsafeUnpin for FragmentId
impl UnwindSafe for FragmentId
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.