pub struct OnNewIntent<'s, 'a> {
pub intent: ManifestNamedIntent,
pub state: &'s IntentState<'a>,
}
Expand description
A valid named intent has been created.
Fields§
§intent: ManifestNamedIntent
§state: &'s IntentState<'a>
Auto Trait Implementations§
impl<'s, 'a> Freeze for OnNewIntent<'s, 'a>
impl<'s, 'a> RefUnwindSafe for OnNewIntent<'s, 'a>
impl<'s, 'a> Send for OnNewIntent<'s, 'a>
impl<'s, 'a> Sync for OnNewIntent<'s, 'a>
impl<'s, 'a> Unpin for OnNewIntent<'s, 'a>
impl<'s, 'a> UnwindSafe for OnNewIntent<'s, '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