pub struct MenuItemIdentifierDynamicCtx<'a> {
pub component: &'a mut Text,
pub since_change: Duration,
pub is_selected: bool,
pub styles_prev: &'a [Style],
}Fields§
§component: &'a mut Text§since_change: Duration§is_selected: bool§styles_prev: &'a [Style]Auto Trait Implementations§
impl<'a> Freeze for MenuItemIdentifierDynamicCtx<'a>
impl<'a> RefUnwindSafe for MenuItemIdentifierDynamicCtx<'a>
impl<'a> Send for MenuItemIdentifierDynamicCtx<'a>
impl<'a> Sync for MenuItemIdentifierDynamicCtx<'a>
impl<'a> Unpin for MenuItemIdentifierDynamicCtx<'a>
impl<'a> !UnwindSafe for MenuItemIdentifierDynamicCtx<'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