pub struct PlatformData {
pub sdk_type: String,
pub sdk_version: String,
pub platform_version: String,
pub device_model: String,
pub platform: String,
pub hostname: String,
}Fields§
§sdk_type: String§sdk_version: String§platform_version: String§device_model: String§platform: String§hostname: StringImplementations§
Source§impl PlatformData
impl PlatformData
Trait Implementations§
Source§impl Clone for PlatformData
impl Clone for PlatformData
Source§fn clone(&self) -> PlatformData
fn clone(&self) -> PlatformData
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 PlatformData
impl Debug for PlatformData
Source§impl<'de> Deserialize<'de> for PlatformData
impl<'de> Deserialize<'de> for PlatformData
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 PlatformData
impl RefUnwindSafe for PlatformData
impl Send for PlatformData
impl Sync for PlatformData
impl Unpin for PlatformData
impl UnwindSafe for PlatformData
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