Struct fuel_core_interfaces::model::FuelBlockDb
source · [−]pub struct FuelBlockDb {
pub header: FuelBlockHeader,
pub transactions: Vec<Bytes32>,
}Expand description
The compact representation of a block used in the database
Fields
header: FuelBlockHeadertransactions: Vec<Bytes32>Implementations
sourceimpl FuelBlockDb
impl FuelBlockDb
Trait Implementations
sourceimpl Clone for FuelBlockDb
impl Clone for FuelBlockDb
sourcefn clone(&self) -> FuelBlockDb
fn clone(&self) -> FuelBlockDb
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FuelBlockDb
impl Debug for FuelBlockDb
sourceimpl Default for FuelBlockDb
impl Default for FuelBlockDb
sourcefn default() -> FuelBlockDb
fn default() -> FuelBlockDb
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for FuelBlockDb
impl Send for FuelBlockDb
impl Sync for FuelBlockDb
impl Unpin for FuelBlockDb
impl UnwindSafe for FuelBlockDb
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more