pub enum AutoConfigSource {
Default,
Cli,
ConfigFile,
Env,
ScriptCase,
ModelMetadata,
HardwareCapability,
MemoryProfile,
WorkloadPreset,
CompiledFeature,
}Variants§
Default
Cli
ConfigFile
Env
ScriptCase
ModelMetadata
HardwareCapability
MemoryProfile
WorkloadPreset
CompiledFeature
Trait Implementations§
Source§impl Clone for AutoConfigSource
impl Clone for AutoConfigSource
Source§fn clone(&self) -> AutoConfigSource
fn clone(&self) -> AutoConfigSource
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 AutoConfigSource
Source§impl Debug for AutoConfigSource
impl Debug for AutoConfigSource
Source§impl<'de> Deserialize<'de> for AutoConfigSource
impl<'de> Deserialize<'de> for AutoConfigSource
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
impl Eq for AutoConfigSource
Source§impl PartialEq for AutoConfigSource
impl PartialEq for AutoConfigSource
Source§fn eq(&self, other: &AutoConfigSource) -> bool
fn eq(&self, other: &AutoConfigSource) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AutoConfigSource
impl Serialize for AutoConfigSource
impl StructuralPartialEq for AutoConfigSource
Auto Trait Implementations§
impl Freeze for AutoConfigSource
impl RefUnwindSafe for AutoConfigSource
impl Send for AutoConfigSource
impl Sync for AutoConfigSource
impl Unpin for AutoConfigSource
impl UnsafeUnpin for AutoConfigSource
impl UnwindSafe for AutoConfigSource
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