Struct pax_runtime_api::TransitionManager
source · pub struct TransitionManager<T> {
pub queue: VecDeque<TransitionQueueEntry<T>>,
pub value: Option<T>,
}
Fields§
§queue: VecDeque<TransitionQueueEntry<T>>
§value: Option<T>
Implementations§
source§impl<T> TransitionManager<T>
impl<T> TransitionManager<T>
Auto Trait Implementations§
impl<T> !RefUnwindSafe for TransitionManager<T>
impl<T> !Send for TransitionManager<T>
impl<T> !Sync for TransitionManager<T>
impl<T> Unpin for TransitionManager<T>where T: Unpin,
impl<T> !UnwindSafe for TransitionManager<T>
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