Struct fuel_core_client::client::schema::schema::SpendQueryElementInput
source · pub struct SpendQueryElementInput;
Trait Implementations§
impl CoercesTo<SpendQueryElementInput> for SpendQueryElementInput
impl HasInputField<amount, U64> for SpendQueryElementInput
impl HasInputField<assetId, AssetId> for SpendQueryElementInput
impl HasInputField<max, Option<U64>> for SpendQueryElementInput
impl InputObjectMarker for SpendQueryElementInput
Auto Trait Implementations§
impl RefUnwindSafe for SpendQueryElementInput
impl Send for SpendQueryElementInput
impl Sync for SpendQueryElementInput
impl Unpin for SpendQueryElementInput
impl UnwindSafe for SpendQueryElementInput
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