pub struct Yearfrac {
pub start_date: Value,
pub end_date: Value,
}
Fields§
§start_date: Value
§end_date: Value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Yearfrac
impl RefUnwindSafe for Yearfrac
impl Send for Yearfrac
impl Sync for Yearfrac
impl Unpin for Yearfrac
impl UnwindSafe for Yearfrac
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