pub struct OrGroups { /* private fields */ }Expand description
The compiled OR dimension. Empty (is_active() == false) means “no OR
constraint”: both matches_* return true via all over an empty list.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OrGroups
impl RefUnwindSafe for OrGroups
impl Send for OrGroups
impl Sync for OrGroups
impl Unpin for OrGroups
impl UnsafeUnpin for OrGroups
impl UnwindSafe for OrGroups
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