pub struct RenderPostUpdate;Trait Implementations§
impl StageTag for RenderPostUpdate
Auto Trait Implementations§
impl Freeze for RenderPostUpdate
impl RefUnwindSafe for RenderPostUpdate
impl Send for RenderPostUpdate
impl Sync for RenderPostUpdate
impl Unpin for RenderPostUpdate
impl UnwindSafe for RenderPostUpdate
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