pub struct GetAppIdParams {}Expand description
Returns the unique (PWA) app id. Only returns values if the feature flag ‘WebAppEnableManifestId’ is enabled getAppId
Trait Implementations§
Source§impl Clone for GetAppIdParams
impl Clone for GetAppIdParams
Source§fn clone(&self) -> GetAppIdParams
fn clone(&self) -> GetAppIdParams
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 GetAppIdParams
impl Debug for GetAppIdParams
Source§impl<'de> Deserialize<'de> for GetAppIdParams
impl<'de> Deserialize<'de> for GetAppIdParams
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 GetAppIdParams
impl PartialEq for GetAppIdParams
Source§impl Serialize for GetAppIdParams
impl Serialize for GetAppIdParams
impl StructuralPartialEq for GetAppIdParams
Auto Trait Implementations§
impl Freeze for GetAppIdParams
impl RefUnwindSafe for GetAppIdParams
impl Send for GetAppIdParams
impl Sync for GetAppIdParams
impl Unpin for GetAppIdParams
impl UnsafeUnpin for GetAppIdParams
impl UnwindSafe for GetAppIdParams
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