pub struct ImageProviderCatalogEntry {
pub id: &'static str,
pub name: &'static str,
pub default_model: &'static str,
pub base_url: &'static str,
pub env_key: &'static str,
pub env_aliases: &'static [&'static str],
}Fields§
§id: &'static str§name: &'static str§default_model: &'static str§base_url: &'static str§env_key: &'static str§env_aliases: &'static [&'static str]Trait Implementations§
Source§impl Clone for ImageProviderCatalogEntry
impl Clone for ImageProviderCatalogEntry
Source§fn clone(&self) -> ImageProviderCatalogEntry
fn clone(&self) -> ImageProviderCatalogEntry
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 moreimpl Copy for ImageProviderCatalogEntry
Auto Trait Implementations§
impl Freeze for ImageProviderCatalogEntry
impl RefUnwindSafe for ImageProviderCatalogEntry
impl Send for ImageProviderCatalogEntry
impl Sync for ImageProviderCatalogEntry
impl Unpin for ImageProviderCatalogEntry
impl UnsafeUnpin for ImageProviderCatalogEntry
impl UnwindSafe for ImageProviderCatalogEntry
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