pub enum EmbeddingIdError {
InvalidFormat,
InvalidTxid,
InvalidType,
InvalidIndex,
}Expand description
Error types for decoding an EmbeddingId
Variants§
InvalidFormat
Invalid format for embedding ID
InvalidTxid
Invalid transaction ID
InvalidType
Invalid embedding type
InvalidIndex
Invalid index value
Trait Implementations§
Source§impl Clone for EmbeddingIdError
impl Clone for EmbeddingIdError
Source§fn clone(&self) -> EmbeddingIdError
fn clone(&self) -> EmbeddingIdError
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 EmbeddingIdError
impl Debug for EmbeddingIdError
impl Eq for EmbeddingIdError
Source§impl PartialEq for EmbeddingIdError
impl PartialEq for EmbeddingIdError
impl StructuralPartialEq for EmbeddingIdError
Auto Trait Implementations§
impl Freeze for EmbeddingIdError
impl RefUnwindSafe for EmbeddingIdError
impl Send for EmbeddingIdError
impl Sync for EmbeddingIdError
impl Unpin for EmbeddingIdError
impl UnsafeUnpin for EmbeddingIdError
impl UnwindSafe for EmbeddingIdError
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