pub struct AgenticSystemRevision(/* private fields */);Expand description
Which edition of one agentic system design this is.
Its own type rather than CeremonyRevision: a design revision and a
session revision count different things, and sharing the newtype
would let one be passed where the other belongs and compare equal.
Implementations§
Trait Implementations§
Source§impl Clone for AgenticSystemRevision
impl Clone for AgenticSystemRevision
impl Copy for AgenticSystemRevision
Source§impl Debug for AgenticSystemRevision
impl Debug for AgenticSystemRevision
Source§impl<'de> Deserialize<'de> for AgenticSystemRevision
impl<'de> Deserialize<'de> for AgenticSystemRevision
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for AgenticSystemRevision
impl Display for AgenticSystemRevision
impl Eq for AgenticSystemRevision
Source§impl Hash for AgenticSystemRevision
impl Hash for AgenticSystemRevision
Source§impl Ord for AgenticSystemRevision
impl Ord for AgenticSystemRevision
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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for AgenticSystemRevision
impl PartialEq for AgenticSystemRevision
Source§impl PartialOrd for AgenticSystemRevision
impl PartialOrd for AgenticSystemRevision
Source§impl Serialize for AgenticSystemRevision
impl Serialize for AgenticSystemRevision
impl StructuralPartialEq for AgenticSystemRevision
Auto Trait Implementations§
impl Freeze for AgenticSystemRevision
impl RefUnwindSafe for AgenticSystemRevision
impl Send for AgenticSystemRevision
impl Sync for AgenticSystemRevision
impl Unpin for AgenticSystemRevision
impl UnsafeUnpin for AgenticSystemRevision
impl UnwindSafe for AgenticSystemRevision
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