pub struct CustomModelEntry {
pub provider: String,
pub model: String,
}Fields§
§provider: String§model: StringTrait Implementations§
Source§impl Clone for CustomModelEntry
impl Clone for CustomModelEntry
Source§fn clone(&self) -> CustomModelEntry
fn clone(&self) -> CustomModelEntry
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 CustomModelEntry
impl Debug for CustomModelEntry
Source§impl<'de> Deserialize<'de> for CustomModelEntry
impl<'de> Deserialize<'de> for CustomModelEntry
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CustomModelEntry
impl RefUnwindSafe for CustomModelEntry
impl Send for CustomModelEntry
impl Sync for CustomModelEntry
impl Unpin for CustomModelEntry
impl UnsafeUnpin for CustomModelEntry
impl UnwindSafe for CustomModelEntry
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