pub struct DbWeights {
pub read: Weight,
pub read_per_byte: Weight,
pub write: Weight,
pub write_per_byte: Weight,
}
Expand description
Describes DB access weights.
Fields§
§read: Weight
§read_per_byte: Weight
§write: Weight
§write_per_byte: Weight
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DbWeights
impl RefUnwindSafe for DbWeights
impl Send for DbWeights
impl Sync for DbWeights
impl Unpin for DbWeights
impl UnwindSafe for DbWeights
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