pub struct OwnedExtStorageStat { /* private fields */ }Implementations§
Source§impl OwnedExtStorageStat
impl OwnedExtStorageStat
pub fn unlimited() -> Self
pub fn with_limits(limits: StorageStatLimits) -> Self
pub fn set_unlimited(&mut self)
pub fn stats(&self) -> CellTreeStats
pub fn add_cell(&mut self, cell: Cell) -> bool
pub fn clear(&mut self)
Trait Implementations§
Source§impl Debug for OwnedExtStorageStat
impl Debug for OwnedExtStorageStat
Source§impl Drop for OwnedExtStorageStat
impl Drop for OwnedExtStorageStat
Auto Trait Implementations§
impl !RefUnwindSafe for OwnedExtStorageStat
impl !Send for OwnedExtStorageStat
impl !Sync for OwnedExtStorageStat
impl !UnwindSafe for OwnedExtStorageStat
impl Freeze for OwnedExtStorageStat
impl Unpin for OwnedExtStorageStat
impl UnsafeUnpin for OwnedExtStorageStat
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