Struct fuels_core::parameters::CallParameters
source · [−]pub struct CallParameters {
pub amount: u64,
pub asset_id: AssetId,
pub gas_forwarded: Option<u64>,
}Fields
amount: u64asset_id: AssetIdgas_forwarded: Option<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 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