pub enum ModelServerConfig_oneof_config {
model_config_list(ModelConfigList),
custom_model_config(Any),
}
Variants§
model_config_list(ModelConfigList)
custom_model_config(Any)
Trait Implementations§
Source§impl Clone for ModelServerConfig_oneof_config
impl Clone for ModelServerConfig_oneof_config
Source§fn clone(&self) -> ModelServerConfig_oneof_config
fn clone(&self) -> ModelServerConfig_oneof_config
Returns a copy 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 moreSource§impl PartialEq for ModelServerConfig_oneof_config
impl PartialEq for ModelServerConfig_oneof_config
Source§fn eq(&self, other: &ModelServerConfig_oneof_config) -> bool
fn eq(&self, other: &ModelServerConfig_oneof_config) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ModelServerConfig_oneof_config
Auto Trait Implementations§
impl !Freeze for ModelServerConfig_oneof_config
impl RefUnwindSafe for ModelServerConfig_oneof_config
impl Send for ModelServerConfig_oneof_config
impl Sync for ModelServerConfig_oneof_config
impl Unpin for ModelServerConfig_oneof_config
impl UnwindSafe for ModelServerConfig_oneof_config
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