pub struct SubAgentRegistration {
pub descriptor: SubAgentDescriptor,
pub agent: Arc<dyn AgentHandle>,
}
Fields§
§descriptor: SubAgentDescriptor
§agent: Arc<dyn AgentHandle>
Trait Implementations§
Source§impl Clone for SubAgentRegistration
impl Clone for SubAgentRegistration
Source§fn clone(&self) -> SubAgentRegistration
fn clone(&self) -> SubAgentRegistration
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 moreAuto Trait Implementations§
impl Freeze for SubAgentRegistration
impl !RefUnwindSafe for SubAgentRegistration
impl Send for SubAgentRegistration
impl Sync for SubAgentRegistration
impl Unpin for SubAgentRegistration
impl !UnwindSafe for SubAgentRegistration
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