pub struct RagStoreConfig {
pub rag_resources: Option<RagResource>,
}Fields§
§rag_resources: Option<RagResource>Trait Implementations§
Source§impl Clone for RagStoreConfig
impl Clone for RagStoreConfig
Source§fn clone(&self) -> RagStoreConfig
fn clone(&self) -> RagStoreConfig
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 RagStoreConfig
impl Debug for RagStoreConfig
Source§impl Default for RagStoreConfig
impl Default for RagStoreConfig
Source§fn default() -> RagStoreConfig
fn default() -> RagStoreConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RagStoreConfig
impl<'de> Deserialize<'de> for RagStoreConfig
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 RagStoreConfig
impl PartialEq for RagStoreConfig
Source§impl Serialize for RagStoreConfig
impl Serialize for RagStoreConfig
impl StructuralPartialEq for RagStoreConfig
Auto Trait Implementations§
impl Freeze for RagStoreConfig
impl RefUnwindSafe for RagStoreConfig
impl Send for RagStoreConfig
impl Sync for RagStoreConfig
impl Unpin for RagStoreConfig
impl UnsafeUnpin for RagStoreConfig
impl UnwindSafe for RagStoreConfig
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