pub struct DefaultModelResolution {
pub model: String,
pub source: DefaultModelSource,
}Expand description
Result of resolving the default model: the model name and how it was resolved.
Fields§
§model: String§source: DefaultModelSourceTrait Implementations§
Source§impl Clone for DefaultModelResolution
impl Clone for DefaultModelResolution
Source§fn clone(&self) -> DefaultModelResolution
fn clone(&self) -> DefaultModelResolution
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 moreAuto Trait Implementations§
impl Freeze for DefaultModelResolution
impl RefUnwindSafe for DefaultModelResolution
impl Send for DefaultModelResolution
impl Sync for DefaultModelResolution
impl Unpin for DefaultModelResolution
impl UnsafeUnpin for DefaultModelResolution
impl UnwindSafe for DefaultModelResolution
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