pub struct AgenticNode { /* private fields */ }Implementations§
Source§impl AgenticNode
impl AgenticNode
pub fn request_id(&self) -> &str
pub fn play_id(&self) -> &str
pub fn model(&self) -> &str
pub fn dependencies(&self) -> &[AgenticDependency]
pub fn not_before_ms(&self) -> f64
Trait Implementations§
Source§impl Clone for AgenticNode
impl Clone for AgenticNode
Source§fn clone(&self) -> AgenticNode
fn clone(&self) -> AgenticNode
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 moreSource§impl Debug for AgenticNode
impl Debug for AgenticNode
Source§impl Default for AgenticNode
impl Default for AgenticNode
Source§fn default() -> AgenticNode
fn default() -> AgenticNode
Returns the “default value” for a type. Read more
Source§impl PartialEq for AgenticNode
impl PartialEq for AgenticNode
Source§impl Serialize for AgenticNode
impl Serialize for AgenticNode
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for AgenticNode
Auto Trait Implementations§
impl Freeze for AgenticNode
impl RefUnwindSafe for AgenticNode
impl Send for AgenticNode
impl Sync for AgenticNode
impl Unpin for AgenticNode
impl UnsafeUnpin for AgenticNode
impl UnwindSafe for AgenticNode
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