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