Struct transitionrun
pub struct transitionrun;
Trait Implementations§
§impl EventDescriptor for transitionrun
impl EventDescriptor for transitionrun
Auto Trait Implementations§
impl Freeze for transitionrun
impl RefUnwindSafe for transitionrun
impl Send for transitionrun
impl Sync for transitionrun
impl Unpin for transitionrun
impl UnwindSafe for transitionrun
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