pub struct AgentControl { /* private fields */ }Expand description
Clonable control surface for an agent turn owned elsewhere.
Implementations§
Source§impl AgentControl
impl AgentControl
Trait Implementations§
Source§impl Clone for AgentControl
impl Clone for AgentControl
Source§fn clone(&self) -> AgentControl
fn clone(&self) -> AgentControl
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 moreAuto Trait Implementations§
impl Freeze for AgentControl
impl RefUnwindSafe for AgentControl
impl Send for AgentControl
impl Sync for AgentControl
impl Unpin for AgentControl
impl UnsafeUnpin for AgentControl
impl UnwindSafe for AgentControl
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