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