pub struct Application { /* private fields */ }
Implementations§
Source§impl Application
impl Application
Sourcepub fn as_spawner(&mut self) -> &mut DelegateSpawner
pub fn as_spawner(&mut self) -> &mut DelegateSpawner
Get the mutable reference to the DelegateSpawner. Used for spawning delegates at the EntryPoint of the application.
Auto Trait Implementations§
impl Freeze for Application
impl !RefUnwindSafe for Application
impl !Send for Application
impl !Sync for Application
impl Unpin for Application
impl !UnwindSafe for Application
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