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