pub struct ModelAliasEntry {
pub alias: &'static str,
pub canonical: String,
pub provider: ProviderKind,
}Expand description
A model alias entry for listing.
Fields§
§alias: &'static str§canonical: String§provider: ProviderKindTrait Implementations§
Source§impl Clone for ModelAliasEntry
impl Clone for ModelAliasEntry
Source§fn clone(&self) -> ModelAliasEntry
fn clone(&self) -> ModelAliasEntry
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 ModelAliasEntry
impl RefUnwindSafe for ModelAliasEntry
impl Send for ModelAliasEntry
impl Sync for ModelAliasEntry
impl Unpin for ModelAliasEntry
impl UnsafeUnpin for ModelAliasEntry
impl UnwindSafe for ModelAliasEntry
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