pub struct LlamaLoraAdapter { /* private fields */ }
Expand description
A safe wrapper around llama_lora_adapter
.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LlamaLoraAdapter
impl RefUnwindSafe for LlamaLoraAdapter
impl !Send for LlamaLoraAdapter
impl !Sync for LlamaLoraAdapter
impl Unpin for LlamaLoraAdapter
impl UnwindSafe for LlamaLoraAdapter
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