pub struct ExperimentalFeaturesResult {
pub score_details: bool,
pub vector_store: bool,
}Expand description
Struct representing the experimental features result from the API.
Fields§
§score_details: bool§vector_store: boolTrait Implementations§
source§impl Clone for ExperimentalFeaturesResult
impl Clone for ExperimentalFeaturesResult
source§fn clone(&self) -> ExperimentalFeaturesResult
fn clone(&self) -> ExperimentalFeaturesResult
Returns a copy of the value. Read more
1.0.0 · 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 ExperimentalFeaturesResult
impl Debug for ExperimentalFeaturesResult
source§impl<'de> Deserialize<'de> for ExperimentalFeaturesResult
impl<'de> Deserialize<'de> for ExperimentalFeaturesResult
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
Auto Trait Implementations§
impl RefUnwindSafe for ExperimentalFeaturesResult
impl Send for ExperimentalFeaturesResult
impl Sync for ExperimentalFeaturesResult
impl Unpin for ExperimentalFeaturesResult
impl UnwindSafe for ExperimentalFeaturesResult
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