pub enum Datebound {
Included(Date),
Excluded(Date),
Unbounded,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Datebound
impl RefUnwindSafe for Datebound
impl Send for Datebound
impl Sync for Datebound
impl Unpin for Datebound
impl UnwindSafe for Datebound
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