Enum time::format_description::parse::format_item::HourBase
source · enum HourBase {
Twelve,
TwentyFour,
}
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for HourBase
impl RefUnwindSafe for HourBase
impl Send for HourBase
impl Sync for HourBase
impl Unpin for HourBase
impl UnwindSafe for HourBase
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