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