pub struct Options {
pub feminine: bool,
pub reformed: bool,
}Expand description
Options for French number representation
Fields§
§feminine: boolSet to true to get a feminine declination (default false).
This only affects numbers ending in 1.
reformed: boolSet to false to prevent hyphens from being inserted between
literals greater than 100 (default true). This corresponds
to the way of writing predating the 1990 orthographic reform.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Options
impl RefUnwindSafe for Options
impl Send for Options
impl Sync for Options
impl Unpin for Options
impl UnwindSafe for Options
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