pub struct AcpAgentEntry {
pub id: String,
pub installed: bool,
pub adapter_entrypoint: String,
}Fields§
§id: String§installed: bool§adapter_entrypoint: StringTrait Implementations§
Source§impl Clone for AcpAgentEntry
impl Clone for AcpAgentEntry
Source§fn clone(&self) -> AcpAgentEntry
fn clone(&self) -> AcpAgentEntry
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 AcpAgentEntry
impl Debug for AcpAgentEntry
Source§impl<'de> Deserialize<'de> for AcpAgentEntry
impl<'de> Deserialize<'de> for AcpAgentEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AcpAgentEntry
Source§impl Hash for AcpAgentEntry
impl Hash for AcpAgentEntry
Source§impl PartialEq for AcpAgentEntry
impl PartialEq for AcpAgentEntry
Source§fn eq(&self, other: &AcpAgentEntry) -> bool
fn eq(&self, other: &AcpAgentEntry) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AcpAgentEntry
impl Serialize for AcpAgentEntry
impl StructuralPartialEq for AcpAgentEntry
Auto Trait Implementations§
impl Freeze for AcpAgentEntry
impl RefUnwindSafe for AcpAgentEntry
impl Send for AcpAgentEntry
impl Sync for AcpAgentEntry
impl Unpin for AcpAgentEntry
impl UnsafeUnpin for AcpAgentEntry
impl UnwindSafe for AcpAgentEntry
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