pub enum BasinMetricSet {
Storage,
AppendOps,
BasinOps,
ReadOps,
ReadThroughput,
AppendThroughput,
}Variants§
Auto Trait Implementations§
impl Freeze for BasinMetricSet
impl RefUnwindSafe for BasinMetricSet
impl Send for BasinMetricSet
impl Sync for BasinMetricSet
impl Unpin for BasinMetricSet
impl UnsafeUnpin for BasinMetricSet
impl UnwindSafe for BasinMetricSet
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