pub struct ContainerPropsBoxBuild<H, B> { /* private fields */ }Expand description
Sink-based variant of ContainerPropsBox for iterator-heavy or borrow-sensitive child flows.
Implementations§
Source§impl<H, B> ContainerPropsBoxBuild<H, B>
impl<H, B> ContainerPropsBoxBuild<H, B>
pub fn new(props: ContainerProps, build: B) -> Self
Source§impl<H: UiHost, B> ContainerPropsBoxBuild<H, B>
impl<H: UiHost, B> ContainerPropsBoxBuild<H, B>
pub fn into_element(self, cx: &mut ElementContext<'_, H>) -> AnyElement
Trait Implementations§
Source§impl<H: UiHost, B> IntoUiElement<H> for ContainerPropsBoxBuild<H, B>
impl<H: UiHost, B> IntoUiElement<H> for ContainerPropsBoxBuild<H, B>
fn into_element(self, cx: &mut ElementContext<'_, H>) -> AnyElement
Auto Trait Implementations§
impl<H, B> Freeze for ContainerPropsBoxBuild<H, B>where
B: Freeze,
impl<H, B> RefUnwindSafe for ContainerPropsBoxBuild<H, B>where
B: RefUnwindSafe,
impl<H, B> Send for ContainerPropsBoxBuild<H, B>where
B: Send,
impl<H, B> Sync for ContainerPropsBoxBuild<H, B>where
B: Sync,
impl<H, B> Unpin for ContainerPropsBoxBuild<H, B>where
B: Unpin,
impl<H, B> UnsafeUnpin for ContainerPropsBoxBuild<H, B>where
B: UnsafeUnpin,
impl<H, B> UnwindSafe for ContainerPropsBoxBuild<H, B>where
B: UnwindSafe,
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