pub struct AndroidMobileAppIdentifier {
pub package_id: String,
}Fields§
§package_id: StringTrait Implementations§
Source§impl Clone for AndroidMobileAppIdentifier
impl Clone for AndroidMobileAppIdentifier
Source§fn clone(&self) -> AndroidMobileAppIdentifier
fn clone(&self) -> AndroidMobileAppIdentifier
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 AndroidMobileAppIdentifier
impl Debug for AndroidMobileAppIdentifier
Source§impl<'de> Deserialize<'de> for AndroidMobileAppIdentifier
impl<'de> Deserialize<'de> for AndroidMobileAppIdentifier
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
impl Eq for AndroidMobileAppIdentifier
Source§impl PartialEq for AndroidMobileAppIdentifier
impl PartialEq for AndroidMobileAppIdentifier
Source§fn eq(&self, other: &AndroidMobileAppIdentifier) -> bool
fn eq(&self, other: &AndroidMobileAppIdentifier) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AndroidMobileAppIdentifier
Auto Trait Implementations§
impl Freeze for AndroidMobileAppIdentifier
impl RefUnwindSafe for AndroidMobileAppIdentifier
impl Send for AndroidMobileAppIdentifier
impl Sync for AndroidMobileAppIdentifier
impl Unpin for AndroidMobileAppIdentifier
impl UnsafeUnpin for AndroidMobileAppIdentifier
impl UnwindSafe for AndroidMobileAppIdentifier
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