pub struct BusWorker<ChannelId, MSG, const STACK_SIZE: usize> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<ChannelId: Debug + Copy + Hash + PartialEq + Eq, MSG: Clone, const STACK_SIZE: usize> BusPubSubFeature<ChannelId, MSG> for BusWorker<ChannelId, MSG, STACK_SIZE>
impl<ChannelId: Debug + Copy + Hash + PartialEq + Eq, MSG: Clone, const STACK_SIZE: usize> BusPubSubFeature<ChannelId, MSG> for BusWorker<ChannelId, MSG, STACK_SIZE>
Auto Trait Implementations§
impl<ChannelId, MSG, const STACK_SIZE: usize> Freeze for BusWorker<ChannelId, MSG, STACK_SIZE>
impl<ChannelId, MSG, const STACK_SIZE: usize> !RefUnwindSafe for BusWorker<ChannelId, MSG, STACK_SIZE>
impl<ChannelId, MSG, const STACK_SIZE: usize> Send for BusWorker<ChannelId, MSG, STACK_SIZE>
impl<ChannelId, MSG, const STACK_SIZE: usize> Sync for BusWorker<ChannelId, MSG, STACK_SIZE>
impl<ChannelId, MSG, const STACK_SIZE: usize> Unpin for BusWorker<ChannelId, MSG, STACK_SIZE>
impl<ChannelId, MSG, const STACK_SIZE: usize> !UnwindSafe for BusWorker<ChannelId, MSG, STACK_SIZE>
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