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