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