pub struct ChunksDiskFormat { /* private fields */ }
Expand description
A Prometheus chunks disk format.
It contains a version number, always 1 for now, and a list of chunks.
Implementations§
Trait Implementations§
Source§impl Debug for ChunksDiskFormat
impl Debug for ChunksDiskFormat
Source§impl PartialEq for ChunksDiskFormat
impl PartialEq for ChunksDiskFormat
Auto Trait Implementations§
impl Freeze for ChunksDiskFormat
impl RefUnwindSafe for ChunksDiskFormat
impl !Send for ChunksDiskFormat
impl !Sync for ChunksDiskFormat
impl Unpin for ChunksDiskFormat
impl UnwindSafe for ChunksDiskFormat
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