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