pub struct SemanticProviderMetadata {
pub provider_id: String,
pub provider_kind: ProviderKind,
pub extraction_model: String,
pub embedding_model: String,
}Fields§
§provider_id: String§provider_kind: ProviderKind§extraction_model: String§embedding_model: StringImplementations§
Source§impl SemanticProviderMetadata
impl SemanticProviderMetadata
pub fn hash_fallback() -> Self
Trait Implementations§
Source§impl Clone for SemanticProviderMetadata
impl Clone for SemanticProviderMetadata
Source§fn clone(&self) -> SemanticProviderMetadata
fn clone(&self) -> SemanticProviderMetadata
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 SemanticProviderMetadata
impl Debug for SemanticProviderMetadata
impl Eq for SemanticProviderMetadata
Source§impl PartialEq for SemanticProviderMetadata
impl PartialEq for SemanticProviderMetadata
Source§fn eq(&self, other: &SemanticProviderMetadata) -> bool
fn eq(&self, other: &SemanticProviderMetadata) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SemanticProviderMetadata
Auto Trait Implementations§
impl Freeze for SemanticProviderMetadata
impl RefUnwindSafe for SemanticProviderMetadata
impl Send for SemanticProviderMetadata
impl Sync for SemanticProviderMetadata
impl Unpin for SemanticProviderMetadata
impl UnsafeUnpin for SemanticProviderMetadata
impl UnwindSafe for SemanticProviderMetadata
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