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