pub struct BytesStat {
pub node: usize,
pub total: usize,
}
Expand description
Memory used by the tree. See Stats for a brief description.
Fields§
§node: usize
§total: usize
Trait Implementations§
impl StructuralPartialEq for BytesStat
Auto Trait Implementations§
impl Freeze for BytesStat
impl RefUnwindSafe for BytesStat
impl Send for BytesStat
impl Sync for BytesStat
impl Unpin for BytesStat
impl UnwindSafe for BytesStat
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