pub struct FuelBlockSecondaryKeyBlockHeights;
Expand description
The table of fuel block’s secondary key - BlockHeight
.
It links the BlockHeight
to corresponding BlockId
.
Trait Implementations§
source§impl Mappable for FuelBlockSecondaryKeyBlockHeights
impl Mappable for FuelBlockSecondaryKeyBlockHeights
§type Key = BlockHeight
type Key = BlockHeight
Secondary key - BlockHeight
.
§type OwnedKey = <FuelBlockSecondaryKeyBlockHeights as Mappable>::Key
type OwnedKey = <FuelBlockSecondaryKeyBlockHeights as Mappable>::Key
The owned type of the
Key
retrieving from the storage.§type OwnedValue = <FuelBlockSecondaryKeyBlockHeights as Mappable>::Value
type OwnedValue = <FuelBlockSecondaryKeyBlockHeights as Mappable>::Value
The owned type of the
Value
retrieving from the storage.Auto Trait Implementations§
impl RefUnwindSafe for FuelBlockSecondaryKeyBlockHeights
impl Send for FuelBlockSecondaryKeyBlockHeights
impl Sync for FuelBlockSecondaryKeyBlockHeights
impl Unpin for FuelBlockSecondaryKeyBlockHeights
impl UnwindSafe for FuelBlockSecondaryKeyBlockHeights
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