Enum component_events::sequence::Contains
source · pub enum Contains {
All,
Subset,
}
Expand description
Determines whether an EventGroup requires all observed events to match an EventMatcher in the group, or ignores events that don’t match.
Variants§
Trait Implementations§
source§impl PartialEq<Contains> for Contains
impl PartialEq<Contains> for Contains
impl StructuralPartialEq for Contains
Auto Trait Implementations§
impl RefUnwindSafe for Contains
impl Send for Contains
impl Sync for Contains
impl Unpin for Contains
impl UnwindSafe for Contains
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