pub enum SemanticBackendKind {
LocalHash,
Onnx,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for SemanticBackendKind
impl Clone for SemanticBackendKind
Source§fn clone(&self) -> SemanticBackendKind
fn clone(&self) -> SemanticBackendKind
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 SemanticBackendKind
impl Debug for SemanticBackendKind
Source§impl<'de> Deserialize<'de> for SemanticBackendKind
impl<'de> Deserialize<'de> for SemanticBackendKind
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 SemanticBackendKind
impl PartialEq for SemanticBackendKind
Source§fn eq(&self, other: &SemanticBackendKind) -> bool
fn eq(&self, other: &SemanticBackendKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SemanticBackendKind
impl Serialize for SemanticBackendKind
impl Copy for SemanticBackendKind
impl Eq for SemanticBackendKind
impl StructuralPartialEq for SemanticBackendKind
Auto Trait Implementations§
impl Freeze for SemanticBackendKind
impl RefUnwindSafe for SemanticBackendKind
impl Send for SemanticBackendKind
impl Sync for SemanticBackendKind
impl Unpin for SemanticBackendKind
impl UnsafeUnpin for SemanticBackendKind
impl UnwindSafe for SemanticBackendKind
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