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