pub enum WidgetCtx {
Box(usize),
None,
}Variants§
Auto Trait Implementations§
impl Freeze for WidgetCtx
impl RefUnwindSafe for WidgetCtx
impl Send for WidgetCtx
impl Sync for WidgetCtx
impl Unpin for WidgetCtx
impl UnsafeUnpin for WidgetCtx
impl UnwindSafe for WidgetCtx
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