pub enum EmbeddingStrMode {
Boxed,
Embedded,
}
Variants§
Trait Implementations§
Source§impl Debug for EmbeddingStrMode
impl Debug for EmbeddingStrMode
Source§impl PartialEq for EmbeddingStrMode
impl PartialEq for EmbeddingStrMode
impl Eq for EmbeddingStrMode
impl StructuralPartialEq for EmbeddingStrMode
Auto Trait Implementations§
impl Freeze for EmbeddingStrMode
impl RefUnwindSafe for EmbeddingStrMode
impl Send for EmbeddingStrMode
impl Sync for EmbeddingStrMode
impl Unpin for EmbeddingStrMode
impl UnwindSafe for EmbeddingStrMode
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