pub struct DayTime {
pub day: DayReference,
pub time: Time,
}Fields§
§day: DayReference§time: TimeTrait Implementations§
impl StructuralPartialEq for DayTime
Auto Trait Implementations§
impl Freeze for DayTime
impl RefUnwindSafe for DayTime
impl Send for DayTime
impl Sync for DayTime
impl Unpin for DayTime
impl UnwindSafe for DayTime
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