pub struct ProjectedAgent {
pub id: String,
pub acp_entrypoint: String,
pub adapter_entrypoint: String,
}Fields§
§id: String§acp_entrypoint: String§adapter_entrypoint: StringTrait Implementations§
Source§impl Clone for ProjectedAgent
impl Clone for ProjectedAgent
Source§fn clone(&self) -> ProjectedAgent
fn clone(&self) -> ProjectedAgent
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 Debug for ProjectedAgent
impl Debug for ProjectedAgent
impl Eq for ProjectedAgent
Source§impl PartialEq for ProjectedAgent
impl PartialEq for ProjectedAgent
impl StructuralPartialEq for ProjectedAgent
Auto Trait Implementations§
impl Freeze for ProjectedAgent
impl RefUnwindSafe for ProjectedAgent
impl Send for ProjectedAgent
impl Sync for ProjectedAgent
impl Unpin for ProjectedAgent
impl UnsafeUnpin for ProjectedAgent
impl UnwindSafe for ProjectedAgent
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compares
self to key and returns true if they are equal.