Struct primitives::block_header::BasePrice
source · pub struct BasePrice {
pub core_base_price: U256,
pub espace_base_price: U256,
}
Fields§
§core_base_price: U256
§espace_base_price: U256
Trait Implementations§
source§impl PartialEq for BasePrice
impl PartialEq for BasePrice
impl Copy for BasePrice
impl Eq for BasePrice
impl StructuralPartialEq for BasePrice
Auto Trait Implementations§
impl RefUnwindSafe for BasePrice
impl Send for BasePrice
impl Sync for BasePrice
impl Unpin for BasePrice
impl UnwindSafe for BasePrice
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