pub struct AcpContextArtifact {
pub artifact_id: String,
pub result: AgentRetrievalResult,
}Fields§
§artifact_id: String§result: AgentRetrievalResultTrait Implementations§
Source§impl Clone for AcpContextArtifact
impl Clone for AcpContextArtifact
Source§fn clone(&self) -> AcpContextArtifact
fn clone(&self) -> AcpContextArtifact
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 AcpContextArtifact
impl Debug for AcpContextArtifact
Source§impl<'de> Deserialize<'de> for AcpContextArtifact
impl<'de> Deserialize<'de> for AcpContextArtifact
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
Source§impl PartialEq for AcpContextArtifact
impl PartialEq for AcpContextArtifact
Source§fn eq(&self, other: &AcpContextArtifact) -> bool
fn eq(&self, other: &AcpContextArtifact) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AcpContextArtifact
impl Serialize for AcpContextArtifact
impl StructuralPartialEq for AcpContextArtifact
Auto Trait Implementations§
impl Freeze for AcpContextArtifact
impl RefUnwindSafe for AcpContextArtifact
impl Send for AcpContextArtifact
impl Sync for AcpContextArtifact
impl Unpin for AcpContextArtifact
impl UnsafeUnpin for AcpContextArtifact
impl UnwindSafe for AcpContextArtifact
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