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