pub enum Groups {
AtLeastOne,
ExactlyOne,
}Expand description
How many BG-23 groups a used category must have.
Variants§
AtLeastOne
One group per used rate (S, L, M, B).
ExactlyOne
One group for the category (Z, E, AE, K, G, O).
Trait Implementations§
impl Copy for Groups
impl Eq for Groups
impl StructuralPartialEq for Groups
Auto Trait Implementations§
impl Freeze for Groups
impl RefUnwindSafe for Groups
impl Send for Groups
impl Sync for Groups
impl Unpin for Groups
impl UnsafeUnpin for Groups
impl UnwindSafe for Groups
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