Enum scaffolding_core::Intervals
source · pub enum Intervals {
Year,
Month,
Day,
}
Variants§
Auto Trait Implementations§
impl Freeze for Intervals
impl RefUnwindSafe for Intervals
impl Send for Intervals
impl Sync for Intervals
impl Unpin for Intervals
impl UnwindSafe for Intervals
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