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