pub struct AgentSender { /* private fields */ }Expand description
Cloneable command side of a running agent.
Implementations§
Trait Implementations§
Source§impl Clone for AgentSender
impl Clone for AgentSender
Source§fn clone(&self) -> AgentSender
fn clone(&self) -> AgentSender
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 AgentSender
impl RefUnwindSafe for AgentSender
impl Send for AgentSender
impl Sync for AgentSender
impl Unpin for AgentSender
impl UnsafeUnpin for AgentSender
impl UnwindSafe for AgentSender
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