pub struct Fragment<F>(pub F);Expand description
Tuple Fields§
§0: FTrait Implementations§
Auto Trait Implementations§
impl<F> Freeze for Fragment<F>where
F: Freeze,
impl<F> RefUnwindSafe for Fragment<F>where
F: RefUnwindSafe,
impl<F> Send for Fragment<F>where
F: Send,
impl<F> Sync for Fragment<F>where
F: Sync,
impl<F> Unpin for Fragment<F>where
F: Unpin,
impl<F> UnsafeUnpin for Fragment<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for Fragment<F>where
F: UnwindSafe,
Blanket Implementations§
Source§impl<T> AsyncRender for T
impl<T> AsyncRender for T
Source§fn render_into_async<'life0, 'life1, 'async_trait>(
&'life0 self,
r: &'life1 mut dyn Renderer,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
'life0: 'async_trait,
'life1: 'async_trait,
T: 'async_trait,
fn render_into_async<'life0, 'life1, 'async_trait>(
&'life0 self,
r: &'life1 mut dyn Renderer,
) -> Pin<Box<dyn Future<Output = ()> + Send + 'async_trait>>where
'life0: 'async_trait,
'life1: 'async_trait,
T: 'async_trait,
Write this content into
r, with no slots filled.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