pub struct ActionCtx<'a> {
pub block_active: &'a mut bool,
pub auto_nav: &'a mut Option<AutoNavigator>,
}Fields§
§block_active: &'a mut boolAuto Trait Implementations§
impl<'a> !UnwindSafe for ActionCtx<'a>
impl<'a> Freeze for ActionCtx<'a>
impl<'a> RefUnwindSafe for ActionCtx<'a>
impl<'a> Send for ActionCtx<'a>
impl<'a> Sync for ActionCtx<'a>
impl<'a> Unpin for ActionCtx<'a>
impl<'a> UnsafeUnpin for ActionCtx<'a>
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