enum QueueType {
Control {
target_ids: BTreeSet<u8>,
},
Request(BTreeMap<u8, AsyncLogicalUnit>),
}Variants§
Auto Trait Implementations§
impl Freeze for QueueType
impl !RefUnwindSafe for QueueType
impl !Send for QueueType
impl !Sync for QueueType
impl Unpin for QueueType
impl !UnwindSafe for QueueType
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