pub struct NotificationBus { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NotificationBus
impl !RefUnwindSafe for NotificationBus
impl Send for NotificationBus
impl Sync for NotificationBus
impl Unpin for NotificationBus
impl !UnwindSafe for NotificationBus
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