pub enum CleanupSystemStage {
PreCleanup,
Cleanup,
PostCleanup,
}Variants§
Trait Implementations§
Source§impl Clone for CleanupSystemStage
impl Clone for CleanupSystemStage
Source§fn clone(&self) -> CleanupSystemStage
fn clone(&self) -> CleanupSystemStage
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 Hash for CleanupSystemStage
impl Hash for CleanupSystemStage
Source§impl Ord for CleanupSystemStage
impl Ord for CleanupSystemStage
Source§fn cmp(&self, other: &CleanupSystemStage) -> Ordering
fn cmp(&self, other: &CleanupSystemStage) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CleanupSystemStage
impl PartialEq for CleanupSystemStage
Source§impl PartialOrd for CleanupSystemStage
impl PartialOrd for CleanupSystemStage
impl Eq for CleanupSystemStage
impl StructuralPartialEq for CleanupSystemStage
Auto Trait Implementations§
impl Freeze for CleanupSystemStage
impl RefUnwindSafe for CleanupSystemStage
impl Send for CleanupSystemStage
impl Sync for CleanupSystemStage
impl Unpin for CleanupSystemStage
impl UnwindSafe for CleanupSystemStage
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