pub struct WidgetContainer<'bp> {
pub kind: WidgetKind<'bp>,
/* private fields */
}Fields§
§kind: WidgetKind<'bp>Implementations§
Source§impl<'bp> WidgetContainer<'bp>
impl<'bp> WidgetContainer<'bp>
pub fn new(kind: WidgetKind<'bp>, blueprints: &'bp [Blueprint]) -> Self
Trait Implementations§
Source§impl<'bp> Debug for WidgetContainer<'bp>
impl<'bp> Debug for WidgetContainer<'bp>
Source§impl<'widget, 'bp> From<&'widget WidgetContainer<'bp>> for Generator<'widget, 'bp>
impl<'widget, 'bp> From<&'widget WidgetContainer<'bp>> for Generator<'widget, 'bp>
Source§fn from(widget: &'widget WidgetContainer<'bp>) -> Self
fn from(widget: &'widget WidgetContainer<'bp>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'bp> Freeze for WidgetContainer<'bp>
impl<'bp> !RefUnwindSafe for WidgetContainer<'bp>
impl<'bp> !Send for WidgetContainer<'bp>
impl<'bp> !Sync for WidgetContainer<'bp>
impl<'bp> Unpin for WidgetContainer<'bp>
impl<'bp> UnsafeUnpin for WidgetContainer<'bp>
impl<'bp> !UnwindSafe for WidgetContainer<'bp>
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