Enum llm_daemon::LlamaConfigs
source · pub enum LlamaConfigs {
Llama3,
Phi3,
}
Variants§
Trait Implementations§
source§impl Hash for LlamaConfigs
impl Hash for LlamaConfigs
source§impl PartialEq for LlamaConfigs
impl PartialEq for LlamaConfigs
source§fn eq(&self, other: &LlamaConfigs) -> bool
fn eq(&self, other: &LlamaConfigs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for LlamaConfigs
impl StructuralPartialEq for LlamaConfigs
Auto Trait Implementations§
impl Freeze for LlamaConfigs
impl RefUnwindSafe for LlamaConfigs
impl Send for LlamaConfigs
impl Sync for LlamaConfigs
impl Unpin for LlamaConfigs
impl UnwindSafe for LlamaConfigs
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.