pub struct AgentFlowEdge {
pub id: String,
pub source: String,
pub source_handle: String,
pub target: String,
pub target_handle: String,
}Fields§
§id: String§source: String§source_handle: String§target: String§target_handle: StringTrait Implementations§
Source§impl Clone for AgentFlowEdge
impl Clone for AgentFlowEdge
Source§fn clone(&self) -> AgentFlowEdge
fn clone(&self) -> AgentFlowEdge
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 Debug for AgentFlowEdge
impl Debug for AgentFlowEdge
Source§impl Default for AgentFlowEdge
impl Default for AgentFlowEdge
Source§fn default() -> AgentFlowEdge
fn default() -> AgentFlowEdge
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentFlowEdge
impl<'de> Deserialize<'de> for AgentFlowEdge
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
Auto Trait Implementations§
impl Freeze for AgentFlowEdge
impl RefUnwindSafe for AgentFlowEdge
impl Send for AgentFlowEdge
impl Sync for AgentFlowEdge
impl Unpin for AgentFlowEdge
impl UnwindSafe for AgentFlowEdge
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