Enum component_events::sequence::Ordering
source · pub enum Ordering {
Ordered,
Unordered,
}
Expand description
Determines whether an EventGroup allows events to be verified in any order or only in the order specified in the group.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Ordering
impl Send for Ordering
impl Sync for Ordering
impl Unpin for Ordering
impl UnwindSafe for Ordering
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