Struct onesignal_rust_api::models::update_player_success_response::UpdatePlayerSuccessResponse
source · Fields§
§success: Option<bool>
Implementations§
source§impl UpdatePlayerSuccessResponse
impl UpdatePlayerSuccessResponse
pub fn new() -> UpdatePlayerSuccessResponse
Trait Implementations§
source§impl Clone for UpdatePlayerSuccessResponse
impl Clone for UpdatePlayerSuccessResponse
source§fn clone(&self) -> UpdatePlayerSuccessResponse
fn clone(&self) -> UpdatePlayerSuccessResponse
Returns a copy 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 UpdatePlayerSuccessResponse
impl Debug for UpdatePlayerSuccessResponse
source§impl Default for UpdatePlayerSuccessResponse
impl Default for UpdatePlayerSuccessResponse
source§fn default() -> UpdatePlayerSuccessResponse
fn default() -> UpdatePlayerSuccessResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for UpdatePlayerSuccessResponse
impl<'de> Deserialize<'de> for UpdatePlayerSuccessResponse
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 PartialEq<UpdatePlayerSuccessResponse> for UpdatePlayerSuccessResponse
impl PartialEq<UpdatePlayerSuccessResponse> for UpdatePlayerSuccessResponse
source§fn eq(&self, other: &UpdatePlayerSuccessResponse) -> bool
fn eq(&self, other: &UpdatePlayerSuccessResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.