pub struct TimeseriesMetadata { /* private fields */ }Implementations§
Source§impl TimeseriesMetadata
impl TimeseriesMetadata
pub fn chunk_metadata_list(self) -> Vec<ChunkMetadata>
pub fn measurement_id(&self) -> &str
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TimeseriesMetadata
impl RefUnwindSafe for TimeseriesMetadata
impl Send for TimeseriesMetadata
impl Sync for TimeseriesMetadata
impl Unpin for TimeseriesMetadata
impl UnwindSafe for TimeseriesMetadata
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