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