pub struct AgentGraph { /* private fields */ }Expand description
Directed agent graph.
Implementations§
Source§impl AgentGraph
impl AgentGraph
Sourcepub fn builder() -> AgentGraphBuilder
pub fn builder() -> AgentGraphBuilder
Starts building a graph.
Trait Implementations§
Source§impl Clone for AgentGraph
impl Clone for AgentGraph
Source§fn clone(&self) -> AgentGraph
fn clone(&self) -> AgentGraph
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for AgentGraph
impl Default for AgentGraph
Source§fn default() -> AgentGraph
fn default() -> AgentGraph
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AgentGraph
impl RefUnwindSafe for AgentGraph
impl Send for AgentGraph
impl Sync for AgentGraph
impl Unpin for AgentGraph
impl UnsafeUnpin for AgentGraph
impl UnwindSafe for AgentGraph
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