pub struct LoraAdapterModel {
pub name: String,
pub model_id: String,
pub path: String,
}Fields§
§name: String§model_id: String§path: StringImplementations§
Trait Implementations§
Source§impl Clone for LoraAdapterModel
impl Clone for LoraAdapterModel
Source§fn clone(&self) -> LoraAdapterModel
fn clone(&self) -> LoraAdapterModel
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 LoraAdapterModel
impl Debug for LoraAdapterModel
impl Eq for LoraAdapterModel
Source§impl PartialEq for LoraAdapterModel
impl PartialEq for LoraAdapterModel
impl StructuralPartialEq for LoraAdapterModel
Auto Trait Implementations§
impl Freeze for LoraAdapterModel
impl RefUnwindSafe for LoraAdapterModel
impl Send for LoraAdapterModel
impl Sync for LoraAdapterModel
impl Unpin for LoraAdapterModel
impl UnsafeUnpin for LoraAdapterModel
impl UnwindSafe for LoraAdapterModel
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.