pub enum Form {
HumanGroups,
Digit5,
Named,
}Expand description
Which of the two forms (Rule D), plus the parseable-but-not-canonical named form of §6.5.
Variants§
HumanGroups
Decimal group values, most significant tier first. Tagged UC1.
Digit5
Base-5 digits, five per group. Tagged UC1/5. Canonical for parse and
sort (D-9).
Named
31 deep, 687 drift, .... Parseable, not canonical (§6.5).
Trait Implementations§
impl Copy for Form
impl Eq for Form
impl StructuralPartialEq for Form
Auto Trait Implementations§
impl Freeze for Form
impl RefUnwindSafe for Form
impl Send for Form
impl Sync for Form
impl Unpin for Form
impl UnsafeUnpin for Form
impl UnwindSafe for Form
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