pub struct DataNotificationHandle<'a, T>where
T: 'a + CustomDataNotification,{ /* private fields */ }Implementations§
source§impl<T: CustomDataNotification> DataNotificationHandle<'_, T>
impl<T: CustomDataNotification> DataNotificationHandle<'_, T>
pub fn unregister(self) -> T
Trait Implementations§
source§impl<T: CustomDataNotification> Drop for DataNotificationHandle<'_, T>
impl<T: CustomDataNotification> Drop for DataNotificationHandle<'_, T>
Auto Trait Implementations§
impl<'a, T> Freeze for DataNotificationHandle<'a, T>
impl<'a, T> RefUnwindSafe for DataNotificationHandle<'a, T>where
T: RefUnwindSafe,
impl<'a, T> !Send for DataNotificationHandle<'a, T>
impl<'a, T> !Sync for DataNotificationHandle<'a, T>
impl<'a, T> Unpin for DataNotificationHandle<'a, T>
impl<'a, T> UnwindSafe for DataNotificationHandle<'a, T>where
T: RefUnwindSafe,
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