pub struct BoxPostRender<'r, W>(/* private fields */);Expand description
A boxed post-render function.
Implementations§
Source§impl<'r, W> BoxPostRender<'r, W>
impl<'r, W> BoxPostRender<'r, W>
Trait Implementations§
Auto Trait Implementations§
impl<'r, W> Freeze for BoxPostRender<'r, W>
impl<'r, W> !RefUnwindSafe for BoxPostRender<'r, W>
impl<'r, W> !Send for BoxPostRender<'r, W>
impl<'r, W> !Sync for BoxPostRender<'r, W>
impl<'r, W> Unpin for BoxPostRender<'r, W>
impl<'r, W> UnsafeUnpin for BoxPostRender<'r, W>
impl<'r, W> !UnwindSafe for BoxPostRender<'r, W>
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