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§
Auto Trait Implementations§
impl Freeze for OwnedExtStorageStat
impl !RefUnwindSafe for OwnedExtStorageStat
impl !Send for OwnedExtStorageStat
impl !Sync for OwnedExtStorageStat
impl Unpin for OwnedExtStorageStat
impl !UnwindSafe 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