pub struct AgentGraphBuilder { /* private fields */ }Expand description
Builder for AgentGraph.
Implementations§
Source§impl AgentGraphBuilder
impl AgentGraphBuilder
Trait Implementations§
Source§impl Clone for AgentGraphBuilder
impl Clone for AgentGraphBuilder
Source§fn clone(&self) -> AgentGraphBuilder
fn clone(&self) -> AgentGraphBuilder
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 AgentGraphBuilder
impl Default for AgentGraphBuilder
Source§fn default() -> AgentGraphBuilder
fn default() -> AgentGraphBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AgentGraphBuilder
impl RefUnwindSafe for AgentGraphBuilder
impl Send for AgentGraphBuilder
impl Sync for AgentGraphBuilder
impl Unpin for AgentGraphBuilder
impl UnsafeUnpin for AgentGraphBuilder
impl UnwindSafe for AgentGraphBuilder
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