pub struct AddTargetingRequest {
pub targeting_update: Option<TargetingUpdate>,
}Expand description
Request message for AddTargeting.
§Activities
This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).
- add targeting apprecovery (request)
Fields§
§targeting_update: Option<TargetingUpdate>Specifies targeting updates such as regions, android sdk versions etc.
Trait Implementations§
Source§impl Clone for AddTargetingRequest
impl Clone for AddTargetingRequest
Source§fn clone(&self) -> AddTargetingRequest
fn clone(&self) -> AddTargetingRequest
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 AddTargetingRequest
impl Debug for AddTargetingRequest
Source§impl Default for AddTargetingRequest
impl Default for AddTargetingRequest
Source§fn default() -> AddTargetingRequest
fn default() -> AddTargetingRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddTargetingRequest
impl<'de> Deserialize<'de> for AddTargetingRequest
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 AddTargetingRequest
impl Serialize for AddTargetingRequest
impl RequestValue for AddTargetingRequest
Auto Trait Implementations§
impl Freeze for AddTargetingRequest
impl RefUnwindSafe for AddTargetingRequest
impl Send for AddTargetingRequest
impl Sync for AddTargetingRequest
impl Unpin for AddTargetingRequest
impl UnwindSafe for AddTargetingRequest
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