pub struct TypelessNotifier { /* private fields */ }Expand description
A notifier without a particular type.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypelessNotifier
impl !RefUnwindSafe for TypelessNotifier
impl Send for TypelessNotifier
impl Sync for TypelessNotifier
impl Unpin for TypelessNotifier
impl !UnwindSafe for TypelessNotifier
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