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