pub struct AgenticSystemId(/* private fields */);Expand description
Identifier of one agentic system design, stable across every revision of it.
Implementations§
Trait Implementations§
Source§impl Clone for AgenticSystemId
impl Clone for AgenticSystemId
Source§impl Debug for AgenticSystemId
impl Debug for AgenticSystemId
Source§impl<'de> Deserialize<'de> for AgenticSystemId
impl<'de> Deserialize<'de> for AgenticSystemId
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 AgenticSystemId
impl Display for AgenticSystemId
impl Eq for AgenticSystemId
Source§impl Hash for AgenticSystemId
impl Hash for AgenticSystemId
Source§impl Ord for AgenticSystemId
impl Ord for AgenticSystemId
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 AgenticSystemId
impl PartialEq for AgenticSystemId
Source§impl PartialOrd for AgenticSystemId
impl PartialOrd for AgenticSystemId
Source§impl Serialize for AgenticSystemId
impl Serialize for AgenticSystemId
impl StructuralPartialEq for AgenticSystemId
Source§impl TryFrom<&str> for AgenticSystemId
impl TryFrom<&str> for AgenticSystemId
Auto Trait Implementations§
impl Freeze for AgenticSystemId
impl RefUnwindSafe for AgenticSystemId
impl Send for AgenticSystemId
impl Sync for AgenticSystemId
impl Unpin for AgenticSystemId
impl UnsafeUnpin for AgenticSystemId
impl UnwindSafe for AgenticSystemId
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