pub enum SelectKey {
Cardinal(PluralCategory),
Ordinal(PluralCategory),
Exact(i32),
Keyword(String),
}Expand description
The key for matching a branch in a LinePart::Select.
Variants§
Trait Implementations§
impl StructuralPartialEq for SelectKey
Auto Trait Implementations§
impl Freeze for SelectKey
impl RefUnwindSafe for SelectKey
impl Send for SelectKey
impl Sync for SelectKey
impl Unpin for SelectKey
impl UnsafeUnpin for SelectKey
impl UnwindSafe for SelectKey
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