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 Freeze for Lifo
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