pub enum TimeseriesMetadataType {
OneChunk,
MoreChunks,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeseriesMetadataType
impl RefUnwindSafe for TimeseriesMetadataType
impl Send for TimeseriesMetadataType
impl Sync for TimeseriesMetadataType
impl Unpin for TimeseriesMetadataType
impl UnwindSafe for TimeseriesMetadataType
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