pub struct PortalManager { /* private fields */ }Expand description
Manages Portal APK lifecycle on a device.
Implementations§
Auto Trait Implementations§
impl Freeze for PortalManager
impl !RefUnwindSafe for PortalManager
impl Send for PortalManager
impl Sync for PortalManager
impl Unpin for PortalManager
impl UnsafeUnpin for PortalManager
impl !UnwindSafe for PortalManager
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