pub struct Until {
pub year: i32,
pub month: u8,
pub day: OnDay,
pub time: TimeOfDay,
}Expand description
The UNTIL field: a partially-specified wall/standard/UT instant.
Fields§
§year: i32§month: u8§day: OnDay§time: TimeOfDayTrait Implementations§
Auto Trait Implementations§
impl Freeze for Until
impl RefUnwindSafe for Until
impl Send for Until
impl Sync for Until
impl Unpin for Until
impl UnsafeUnpin for Until
impl UnwindSafe for Until
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