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