pub struct ActiveApplication(/* private fields */);
Expand description
This structure represents a platform independent running application.
Implementations§
Trait Implementations§
Source§impl ContextOwner for ActiveApplication
impl ContextOwner for ActiveApplication
Source§impl Debug for ActiveApplication
impl Debug for ActiveApplication
impl Sync for ActiveApplication
Auto Trait Implementations§
impl Freeze for ActiveApplication
impl !RefUnwindSafe for ActiveApplication
impl !Send for ActiveApplication
impl Unpin for ActiveApplication
impl !UnwindSafe for ActiveApplication
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