pub struct OnActivatedEventListener<'a>(/* private fields */);Expand description
Implementations§
Source§impl OnActivatedEventListener<'_>
impl OnActivatedEventListener<'_>
Auto Trait Implementations§
impl<'a> Freeze for OnActivatedEventListener<'a>
impl<'a> !RefUnwindSafe for OnActivatedEventListener<'a>
impl<'a> !Send for OnActivatedEventListener<'a>
impl<'a> !Sync for OnActivatedEventListener<'a>
impl<'a> Unpin for OnActivatedEventListener<'a>
impl<'a> !UnwindSafe for OnActivatedEventListener<'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