pub struct DesktopRuntimeSummaryProviderSettingsUpdate {
pub id: DesktopSummaryProviderId,
pub endpoint: String,
pub model: String,
}Fields§
§id: DesktopSummaryProviderId§endpoint: String§model: StringTrait Implementations§
Source§impl Clone for DesktopRuntimeSummaryProviderSettingsUpdate
impl Clone for DesktopRuntimeSummaryProviderSettingsUpdate
Source§fn clone(&self) -> DesktopRuntimeSummaryProviderSettingsUpdate
fn clone(&self) -> DesktopRuntimeSummaryProviderSettingsUpdate
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<'de> Deserialize<'de> for DesktopRuntimeSummaryProviderSettingsUpdate
impl<'de> Deserialize<'de> for DesktopRuntimeSummaryProviderSettingsUpdate
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
Auto Trait Implementations§
impl Freeze for DesktopRuntimeSummaryProviderSettingsUpdate
impl RefUnwindSafe for DesktopRuntimeSummaryProviderSettingsUpdate
impl Send for DesktopRuntimeSummaryProviderSettingsUpdate
impl Sync for DesktopRuntimeSummaryProviderSettingsUpdate
impl Unpin for DesktopRuntimeSummaryProviderSettingsUpdate
impl UnsafeUnpin for DesktopRuntimeSummaryProviderSettingsUpdate
impl UnwindSafe for DesktopRuntimeSummaryProviderSettingsUpdate
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