pub enum WorkerInnerInput<Owner, ExtIn, ChannelId, Event> {
Net(Owner, BackendIncoming),
Bus(BusEvent<Owner, ChannelId, Event>),
Ext(ExtIn),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<Owner, ExtIn, ChannelId, Event> Freeze for WorkerInnerInput<Owner, ExtIn, ChannelId, Event>
impl<Owner, ExtIn, ChannelId, Event> !RefUnwindSafe for WorkerInnerInput<Owner, ExtIn, ChannelId, Event>
impl<Owner, ExtIn, ChannelId, Event> Send for WorkerInnerInput<Owner, ExtIn, ChannelId, Event>
impl<Owner, ExtIn, ChannelId, Event> Sync for WorkerInnerInput<Owner, ExtIn, ChannelId, Event>
impl<Owner, ExtIn, ChannelId, Event> Unpin for WorkerInnerInput<Owner, ExtIn, ChannelId, Event>
impl<Owner, ExtIn, ChannelId, Event> !UnwindSafe for WorkerInnerInput<Owner, ExtIn, ChannelId, Event>
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