Struct fuel_core_client::client::schema::resource::ResourcesToSpendArgs
source · pub struct ResourcesToSpendArgs { /* private fields */ }
Trait Implementations§
source§impl Debug for ResourcesToSpendArgs
impl Debug for ResourcesToSpendArgs
source§impl From<(Address, Vec<SpendQueryElementInput, Global>, Option<ExcludeInput>)> for ResourcesToSpendArgs
impl From<(Address, Vec<SpendQueryElementInput, Global>, Option<ExcludeInput>)> for ResourcesToSpendArgs
source§fn from(r: (Address, Vec<SpendQueryElementInput>, Option<ExcludeInput>)) -> Self
fn from(r: (Address, Vec<SpendQueryElementInput>, Option<ExcludeInput>)) -> Self
Converts to this type from the input type.
source§impl QueryVariables for ResourcesToSpendArgs
impl QueryVariables for ResourcesToSpendArgs
§type Fields = ResourcesToSpendArgsFields
type Fields = ResourcesToSpendArgsFields
A struct that determines which variables are available when using this struct.
source§impl Serialize for ResourcesToSpendArgs
impl Serialize for ResourcesToSpendArgs
impl VariableMatch<ResourcesToSpendArgs> for ResourcesToSpendArgs
Auto Trait Implementations§
impl RefUnwindSafe for ResourcesToSpendArgs
impl Send for ResourcesToSpendArgs
impl Sync for ResourcesToSpendArgs
impl Unpin for ResourcesToSpendArgs
impl UnwindSafe for ResourcesToSpendArgs
Blanket Implementations§
§impl<T> AnyDebug for Twhere
T: Any + Debug,
impl<T> AnyDebug for Twhere T: Any + Debug,
§fn as_any_ref(&self) -> &(dyn Any + 'static)
fn as_any_ref(&self) -> &(dyn Any + 'static)
Returns a reference to the underlying type as
Any
.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