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>
pub fn new() -> TransitionManager<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for TransitionManager<T>where
T: Freeze,
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
source§impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
impl<T, U> RoundInto<U> for Twhere
U: RoundFrom<T>,
source§fn round_into(self) -> U
fn round_into(self) -> U
Performs the conversion.