pub enum StatsArg {
Settings,
Items,
Sizes,
Slabs,
Conns,
}Variants§
Auto Trait Implementations§
impl Freeze for StatsArg
impl RefUnwindSafe for StatsArg
impl Send for StatsArg
impl Sync for StatsArg
impl Unpin for StatsArg
impl UnsafeUnpin for StatsArg
impl UnwindSafe for StatsArg
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