pub struct StorageStatLimits {
pub bit_count: u32,
pub cell_count: u32,
}Fields§
§bit_count: u32§cell_count: u32Implementations§
Trait Implementations§
Source§impl Default for StorageStatLimits
impl Default for StorageStatLimits
Source§fn default() -> StorageStatLimits
fn default() -> StorageStatLimits
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StorageStatLimits
impl RefUnwindSafe for StorageStatLimits
impl Send for StorageStatLimits
impl Sync for StorageStatLimits
impl Unpin for StorageStatLimits
impl UnwindSafe for StorageStatLimits
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