pub struct LocalEventBus { /* private fields */ }
Implementations§
Source§impl LocalEventBus
impl LocalEventBus
pub fn new() -> LocalEventBus
Trait Implementations§
Source§impl Clone for LocalEventBus
impl Clone for LocalEventBus
Source§fn clone(&self) -> LocalEventBus
fn clone(&self) -> LocalEventBus
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Publisher for LocalEventBus
impl Publisher for LocalEventBus
Auto Trait Implementations§
impl Freeze for LocalEventBus
impl !RefUnwindSafe for LocalEventBus
impl Send for LocalEventBus
impl Sync for LocalEventBus
impl Unpin for LocalEventBus
impl !UnwindSafe for LocalEventBus
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