pub struct AttachDeviceIdRequest {
pub device_id: String,
}Fields§
§device_id: StringMobile device id. For Android prefix the id with android: and Apple with apple:
Implementations§
Source§impl AttachDeviceIdRequest
impl AttachDeviceIdRequest
pub fn new(device_id: String) -> AttachDeviceIdRequest
Trait Implementations§
Source§impl Clone for AttachDeviceIdRequest
impl Clone for AttachDeviceIdRequest
Source§fn clone(&self) -> AttachDeviceIdRequest
fn clone(&self) -> AttachDeviceIdRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AttachDeviceIdRequest
impl Debug for AttachDeviceIdRequest
Source§impl Default for AttachDeviceIdRequest
impl Default for AttachDeviceIdRequest
Source§fn default() -> AttachDeviceIdRequest
fn default() -> AttachDeviceIdRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AttachDeviceIdRequest
impl<'de> Deserialize<'de> for AttachDeviceIdRequest
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 for AttachDeviceIdRequest
impl PartialEq for AttachDeviceIdRequest
Source§impl Serialize for AttachDeviceIdRequest
impl Serialize for AttachDeviceIdRequest
impl StructuralPartialEq for AttachDeviceIdRequest
Auto Trait Implementations§
impl Freeze for AttachDeviceIdRequest
impl RefUnwindSafe for AttachDeviceIdRequest
impl Send for AttachDeviceIdRequest
impl Sync for AttachDeviceIdRequest
impl Unpin for AttachDeviceIdRequest
impl UnsafeUnpin for AttachDeviceIdRequest
impl UnwindSafe for AttachDeviceIdRequest
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