pub enum UpdatePhase {
First,
PreUpdate,
Update,
PostUpdate,
}
Variants§
Trait Implementations§
Source§impl Clone for UpdatePhase
impl Clone for UpdatePhase
Source§fn clone(&self) -> UpdatePhase
fn clone(&self) -> UpdatePhase
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for UpdatePhase
impl Debug for UpdatePhase
Source§impl Hash for UpdatePhase
impl Hash for UpdatePhase
Source§impl PartialEq for UpdatePhase
impl PartialEq for UpdatePhase
impl Copy for UpdatePhase
impl Eq for UpdatePhase
impl StructuralPartialEq for UpdatePhase
Auto Trait Implementations§
impl Freeze for UpdatePhase
impl RefUnwindSafe for UpdatePhase
impl Send for UpdatePhase
impl Sync for UpdatePhase
impl Unpin for UpdatePhase
impl UnwindSafe for UpdatePhase
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