pub struct AppConfigurationSettingItem {
pub app_config_key: String,
pub app_config_key_type: MdmAppConfigKeyType,
pub app_config_key_value: String,
}
Fields§
§app_config_key: String
§app_config_key_type: MdmAppConfigKeyType
§app_config_key_value: String
Trait Implementations§
Source§impl Clone for AppConfigurationSettingItem
impl Clone for AppConfigurationSettingItem
Source§fn clone(&self) -> AppConfigurationSettingItem
fn clone(&self) -> AppConfigurationSettingItem
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 AppConfigurationSettingItem
impl Debug for AppConfigurationSettingItem
Source§impl<'de> Deserialize<'de> for AppConfigurationSettingItem
impl<'de> Deserialize<'de> for AppConfigurationSettingItem
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 AppConfigurationSettingItem
impl StructuralPartialEq for AppConfigurationSettingItem
Auto Trait Implementations§
impl Freeze for AppConfigurationSettingItem
impl RefUnwindSafe for AppConfigurationSettingItem
impl Send for AppConfigurationSettingItem
impl Sync for AppConfigurationSettingItem
impl Unpin for AppConfigurationSettingItem
impl UnwindSafe for AppConfigurationSettingItem
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