pub struct Fifo { /* private fields */ }Expand description
Marks a task queue as executing events in a first-in-first-out order.
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Fifo
impl Send for Fifo
impl Sync for Fifo
impl Unpin for Fifo
impl !UnwindSafe for Fifo
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