pub enum PluginOptionsSource {
Static,
RuntimeGpus,
RuntimeNativeBackends,
RuntimeLocalModels,
RuntimeInstalledPlugins,
RuntimeMeshPeers,
}Variants§
Static
RuntimeGpus
RuntimeNativeBackends
RuntimeLocalModels
RuntimeInstalledPlugins
RuntimeMeshPeers
Trait Implementations§
Source§impl Clone for PluginOptionsSource
impl Clone for PluginOptionsSource
Source§fn clone(&self) -> PluginOptionsSource
fn clone(&self) -> PluginOptionsSource
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 PluginOptionsSource
Source§impl Debug for PluginOptionsSource
impl Debug for PluginOptionsSource
impl Eq for PluginOptionsSource
Source§impl PartialEq for PluginOptionsSource
impl PartialEq for PluginOptionsSource
impl StructuralPartialEq for PluginOptionsSource
Auto Trait Implementations§
impl Freeze for PluginOptionsSource
impl RefUnwindSafe for PluginOptionsSource
impl Send for PluginOptionsSource
impl Sync for PluginOptionsSource
impl Unpin for PluginOptionsSource
impl UnsafeUnpin for PluginOptionsSource
impl UnwindSafe for PluginOptionsSource
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.