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