pub struct StatsKeysTree { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Default for StatsKeysTree
impl Default for StatsKeysTree
Source§fn default() -> StatsKeysTree
fn default() -> StatsKeysTree
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StatsKeysTree
impl RefUnwindSafe for StatsKeysTree
impl Send for StatsKeysTree
impl Sync for StatsKeysTree
impl Unpin for StatsKeysTree
impl UnwindSafe for StatsKeysTree
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