pub(super) struct ParsedTime {
time: Time,
extended: bool,
}Expand description
The result of parsing a 24-hour civil time.
Fields§
§time: TimeThe actual parsed time.
extended: boolWhether the time was parsed in extended format or not.
Implementations§
Trait Implementations§
Source§impl Debug for ParsedTime
impl Debug for ParsedTime
Auto Trait Implementations§
impl Freeze for ParsedTime
impl RefUnwindSafe for ParsedTime
impl Send for ParsedTime
impl Sync for ParsedTime
impl Unpin for ParsedTime
impl UnwindSafe for ParsedTime
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