pub struct SubagentRouting {
pub runtime: String,
pub agent_id: Option<String>,
}Fields§
§runtime: String§agent_id: Option<String>Trait Implementations§
Source§impl Clone for SubagentRouting
impl Clone for SubagentRouting
Source§fn clone(&self) -> SubagentRouting
fn clone(&self) -> SubagentRouting
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 SubagentRouting
impl Debug for SubagentRouting
Source§impl<'de> Deserialize<'de> for SubagentRouting
impl<'de> Deserialize<'de> for SubagentRouting
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 SubagentRouting
impl RefUnwindSafe for SubagentRouting
impl Send for SubagentRouting
impl Sync for SubagentRouting
impl Unpin for SubagentRouting
impl UnsafeUnpin for SubagentRouting
impl UnwindSafe for SubagentRouting
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