pub struct DeviceTokenEmailResponse {
pub data: DeviceTokenEmailData,
}Expand description
Response envelope for getDeviceTokenEmail.
Fields§
§data: DeviceTokenEmailDataEmail device token data.
Trait Implementations§
Source§impl Clone for DeviceTokenEmailResponse
impl Clone for DeviceTokenEmailResponse
Source§fn clone(&self) -> DeviceTokenEmailResponse
fn clone(&self) -> DeviceTokenEmailResponse
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 DeviceTokenEmailResponse
impl Debug for DeviceTokenEmailResponse
Source§impl<'de> Deserialize<'de> for DeviceTokenEmailResponse
impl<'de> Deserialize<'de> for DeviceTokenEmailResponse
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
Auto Trait Implementations§
impl Freeze for DeviceTokenEmailResponse
impl RefUnwindSafe for DeviceTokenEmailResponse
impl Send for DeviceTokenEmailResponse
impl Sync for DeviceTokenEmailResponse
impl Unpin for DeviceTokenEmailResponse
impl UnsafeUnpin for DeviceTokenEmailResponse
impl UnwindSafe for DeviceTokenEmailResponse
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