pub struct OrtLoraAdapter { /* private fields */ }Trait Implementations§
Source§impl Clone for OrtLoraAdapter
impl Clone for OrtLoraAdapter
Source§fn clone(&self) -> OrtLoraAdapter
fn clone(&self) -> OrtLoraAdapter
Returns a duplicate of the value. Read more
1.0.0 · 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 OrtLoraAdapter
impl Debug for OrtLoraAdapter
impl Copy for OrtLoraAdapter
Auto Trait Implementations§
impl Freeze for OrtLoraAdapter
impl RefUnwindSafe for OrtLoraAdapter
impl Send for OrtLoraAdapter
impl Sync for OrtLoraAdapter
impl Unpin for OrtLoraAdapter
impl UnwindSafe for OrtLoraAdapter
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