pub struct AgentMailbox { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AgentMailbox
impl Clone for AgentMailbox
Source§fn clone(&self) -> AgentMailbox
fn clone(&self) -> AgentMailbox
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 AgentMailbox
impl Debug for AgentMailbox
Auto Trait Implementations§
impl Freeze for AgentMailbox
impl !RefUnwindSafe for AgentMailbox
impl Send for AgentMailbox
impl Sync for AgentMailbox
impl Unpin for AgentMailbox
impl UnsafeUnpin for AgentMailbox
impl !UnwindSafe for AgentMailbox
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