Struct android_activity::StateLoader
source · pub struct StateLoader<'a> { /* private fields */ }
Expand description
An interface for loading application state during MainEvent::Resume events
This interface is only available temporarily while handling a MainEvent::Resume event.
Implementations§
source§impl<'a> StateLoader<'a>
impl<'a> StateLoader<'a>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for StateLoader<'a>
impl<'a> RefUnwindSafe for StateLoader<'a>
impl<'a> Send for StateLoader<'a>
impl<'a> Sync for StateLoader<'a>
impl<'a> Unpin for StateLoader<'a>
impl<'a> UnwindSafe for StateLoader<'a>
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