pub struct OnActivated(/* private fields */);Implementations§
Source§impl OnActivated
impl OnActivated
pub fn add_listener<L>(&self, listener: L) -> OnActivatedEventListener<'_>where
L: FnMut(ActiveInfo) + 'static,
Auto Trait Implementations§
impl Freeze for OnActivated
impl RefUnwindSafe for OnActivated
impl !Send for OnActivated
impl !Sync for OnActivated
impl Unpin for OnActivated
impl UnwindSafe for OnActivated
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