pub struct ResourceSettingsV1 {
pub type: ResourceSettingsV1TypeSettings,
pub var: VarV1,
pub settings: LlmSettingsV1,
}Expand description
AI model settings resource.
Fields§
§type: ResourceSettingsV1TypeSettingsResource type.
var: VarV1Settings variable.
settings: LlmSettingsV1Settings object.
Trait Implementations§
Source§impl Clone for ResourceSettingsV1
impl Clone for ResourceSettingsV1
Source§fn clone(&self) -> ResourceSettingsV1
fn clone(&self) -> ResourceSettingsV1
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 moreSource§impl Debug for ResourceSettingsV1
impl Debug for ResourceSettingsV1
Source§impl<'de> Deserialize<'de> for ResourceSettingsV1
impl<'de> Deserialize<'de> for ResourceSettingsV1
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 PartialEq for ResourceSettingsV1
impl PartialEq for ResourceSettingsV1
Source§impl Serialize for ResourceSettingsV1
impl Serialize for ResourceSettingsV1
impl StructuralPartialEq for ResourceSettingsV1
Auto Trait Implementations§
impl Freeze for ResourceSettingsV1
impl RefUnwindSafe for ResourceSettingsV1
impl Send for ResourceSettingsV1
impl Sync for ResourceSettingsV1
impl Unpin for ResourceSettingsV1
impl UnwindSafe for ResourceSettingsV1
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