pub struct CustomAppConfig {
pub user_uninstall_settings: Option<String>,
}Expand description
Configuration for a custom app.
This type is not used in any activity, and only used as part of another schema.
Fields§
§user_uninstall_settings: Option<String>Optional. User uninstall settings of the custom app.
Trait Implementations§
Source§impl Clone for CustomAppConfig
impl Clone for CustomAppConfig
Source§fn clone(&self) -> CustomAppConfig
fn clone(&self) -> CustomAppConfig
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 CustomAppConfig
impl Debug for CustomAppConfig
Source§impl Default for CustomAppConfig
impl Default for CustomAppConfig
Source§fn default() -> CustomAppConfig
fn default() -> CustomAppConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for CustomAppConfig
impl<'de> Deserialize<'de> for CustomAppConfig
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 Serialize for CustomAppConfig
impl Serialize for CustomAppConfig
impl Part for CustomAppConfig
Auto Trait Implementations§
impl Freeze for CustomAppConfig
impl RefUnwindSafe for CustomAppConfig
impl Send for CustomAppConfig
impl Sync for CustomAppConfig
impl Unpin for CustomAppConfig
impl UnwindSafe for CustomAppConfig
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