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