pub struct Folder { /* private fields */ }Expand description
A Prometheus data folder, containing an index file and a chunks folder.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Folder
impl RefUnwindSafe for Folder
impl !Send for Folder
impl !Sync for Folder
impl Unpin for Folder
impl UnsafeUnpin for Folder
impl UnwindSafe for Folder
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