pub struct InstallProviderId(/* private fields */);Expand description
Which install backend fetches a model: Hugging Face or Ollama.
Implementations§
Trait Implementations§
Source§impl Clone for InstallProviderId
impl Clone for InstallProviderId
Source§impl Debug for InstallProviderId
impl Debug for InstallProviderId
Source§impl<'de> Deserialize<'de> for InstallProviderId
impl<'de> Deserialize<'de> for InstallProviderId
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
Source§impl Display for InstallProviderId
impl Display for InstallProviderId
impl Eq for InstallProviderId
Source§impl From<&str> for InstallProviderId
impl From<&str> for InstallProviderId
Source§impl Hash for InstallProviderId
impl Hash for InstallProviderId
Source§impl PartialEq for InstallProviderId
impl PartialEq for InstallProviderId
Source§impl Serialize for InstallProviderId
impl Serialize for InstallProviderId
impl StructuralPartialEq for InstallProviderId
Auto Trait Implementations§
impl Freeze for InstallProviderId
impl RefUnwindSafe for InstallProviderId
impl Send for InstallProviderId
impl Sync for InstallProviderId
impl Unpin for InstallProviderId
impl UnsafeUnpin for InstallProviderId
impl UnwindSafe for InstallProviderId
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