pub struct RemoteInAppUpdate {
pub is_remote_in_app_update_requested: Option<bool>,
}Expand description
Object representation for Remote in-app update action type.
This type is not used in any activity, and only used as part of another schema.
Fields§
§is_remote_in_app_update_requested: Option<bool>Required. Set to true if Remote In-App Update action type is needed.
Trait Implementations§
Source§impl Clone for RemoteInAppUpdate
impl Clone for RemoteInAppUpdate
Source§fn clone(&self) -> RemoteInAppUpdate
fn clone(&self) -> RemoteInAppUpdate
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 RemoteInAppUpdate
impl Debug for RemoteInAppUpdate
Source§impl Default for RemoteInAppUpdate
impl Default for RemoteInAppUpdate
Source§fn default() -> RemoteInAppUpdate
fn default() -> RemoteInAppUpdate
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RemoteInAppUpdate
impl<'de> Deserialize<'de> for RemoteInAppUpdate
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 RemoteInAppUpdate
impl Serialize for RemoteInAppUpdate
impl Part for RemoteInAppUpdate
Auto Trait Implementations§
impl Freeze for RemoteInAppUpdate
impl RefUnwindSafe for RemoteInAppUpdate
impl Send for RemoteInAppUpdate
impl Sync for RemoteInAppUpdate
impl Unpin for RemoteInAppUpdate
impl UnwindSafe for RemoteInAppUpdate
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