pub struct DateRangeFilter {
pub from_date: Option<NaiveDate>,
pub to_date: Option<NaiveDate>,
}Fields§
§from_date: Option<NaiveDate>§to_date: Option<NaiveDate>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DateRangeFilter
impl RefUnwindSafe for DateRangeFilter
impl Send for DateRangeFilter
impl Sync for DateRangeFilter
impl Unpin for DateRangeFilter
impl UnwindSafe for DateRangeFilter
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