pub enum SplitBy {
Symbol,
Schema,
Day,
Week,
Month,
}Expand description
How to split a DBN file
Variants§
Implementations§
Trait Implementations§
impl Copy for SplitBy
Auto Trait Implementations§
impl Freeze for SplitBy
impl RefUnwindSafe for SplitBy
impl Send for SplitBy
impl Sync for SplitBy
impl Unpin for SplitBy
impl UnwindSafe for SplitBy
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