pub struct WidgetVariant {
pub template_id: LiveId,
pub widget_ref: WidgetRef,
}Fields§
§template_id: LiveId§widget_ref: WidgetRefAuto Trait Implementations§
impl !RefUnwindSafe for WidgetVariant
impl !Send for WidgetVariant
impl !Sync for WidgetVariant
impl !UnwindSafe for WidgetVariant
impl Freeze for WidgetVariant
impl Unpin for WidgetVariant
impl UnsafeUnpin for WidgetVariant
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