Struct fuel_core::database::resource::AssetSpendTarget
source · Expand description
At least required target
of the query per asset’s id
with max
resources.
Fields§
§id: AssetId
§target: u64
§max: usize
Implementations§
Trait Implementations§
source§impl Clone for AssetSpendTarget
impl Clone for AssetSpendTarget
source§fn clone(&self) -> AssetSpendTarget
fn clone(&self) -> AssetSpendTarget
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more