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