Struct time::format_description::parse::format_item::Hour
source · pub(super) struct Hour {
padding: Option<Padding>,
base: Option<HourBase>,
}
Fields§
§padding: Option<Padding>
§base: Option<HourBase>
Implementations§
Auto Trait Implementations§
impl Freeze for Hour
impl RefUnwindSafe for Hour
impl Send for Hour
impl Sync for Hour
impl Unpin for Hour
impl UnwindSafe for Hour
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