pub struct AgentHandle<'a> {
pub project: &'a str,
pub agent: &'a str,
pub spec: &'a Agent,
pub is_manager: bool,
}Fields§
§project: &'a str§agent: &'a str§spec: &'a Agent§is_manager: boolImplementations§
Trait Implementations§
Source§impl<'a> Clone for AgentHandle<'a>
impl<'a> Clone for AgentHandle<'a>
Source§fn clone(&self) -> AgentHandle<'a>
fn clone(&self) -> AgentHandle<'a>
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<'a> Debug for AgentHandle<'a>
impl<'a> Debug for AgentHandle<'a>
impl<'a> Copy for AgentHandle<'a>
Auto Trait Implementations§
impl<'a> Freeze for AgentHandle<'a>
impl<'a> RefUnwindSafe for AgentHandle<'a>
impl<'a> Send for AgentHandle<'a>
impl<'a> Sync for AgentHandle<'a>
impl<'a> Unpin for AgentHandle<'a>
impl<'a> UnsafeUnpin for AgentHandle<'a>
impl<'a> UnwindSafe for AgentHandle<'a>
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