pub struct GetAppId {}Expand description
Returns the unique (PWA) app id. Only returns values if the feature flag ‘WebAppEnableManifestId’ is enabled EXPERIMENTAL: This feature is experimental and may change or be removed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetAppId
impl RefUnwindSafe for GetAppId
impl Send for GetAppId
impl Sync for GetAppId
impl Unpin for GetAppId
impl UnwindSafe for GetAppId
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