Struct fuels_core::parameters::CallParameters
source · [−]Fields
amount: u64
asset_id: AssetId
gas_forwarded: u64
Implementations
Trait Implementations
sourceimpl Debug for CallParameters
impl Debug for CallParameters
Auto Trait Implementations
impl RefUnwindSafe for CallParameters
impl Send for CallParameters
impl Sync for CallParameters
impl Unpin for CallParameters
impl UnwindSafe for CallParameters
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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