pub enum WidgetGenerator<'bp> {
Children(&'bp [Blueprint]),
Single,
Slot(&'bp [Blueprint]),
Loop(&'bp [Blueprint]),
ControlFlow,
Noop,
}Variants§
Auto Trait Implementations§
impl<'bp> Freeze for WidgetGenerator<'bp>
impl<'bp> RefUnwindSafe for WidgetGenerator<'bp>
impl<'bp> Send for WidgetGenerator<'bp>
impl<'bp> Sync for WidgetGenerator<'bp>
impl<'bp> Unpin for WidgetGenerator<'bp>
impl<'bp> UnsafeUnpin for WidgetGenerator<'bp>
impl<'bp> UnwindSafe for WidgetGenerator<'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