Struct fuel_core::query::asset_query::AssetSpendTarget
source · pub struct AssetSpendTarget {
pub id: AssetId,
pub target: u64,
pub max: usize,
}
Expand description
At least required target
of the query per asset’s id
with max
coins.
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 moreAuto Trait Implementations§
impl RefUnwindSafe for AssetSpendTarget
impl Send for AssetSpendTarget
impl Sync for AssetSpendTarget
impl Unpin for AssetSpendTarget
impl UnwindSafe for AssetSpendTarget
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