pub struct Options {
pub throw_exception_on_parse_error: bool,
pub casing_type: CasingTypeEnum,
pub verbose: bool,
pub zero_based_day_of_week: bool,
pub twenty_four_hour_time: bool,
pub need_space_between_words: bool,
}Fields§
§throw_exception_on_parse_error: bool§casing_type: CasingTypeEnum§verbose: bool§zero_based_day_of_week: bool§twenty_four_hour_time: bool§need_space_between_words: boolImplementations§
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