Struct fuel_core_client::client::schema::coins::CoinsToSpendArgs
source · pub struct CoinsToSpendArgs { /* private fields */ }
Trait Implementations§
source§impl Debug for CoinsToSpendArgs
impl Debug for CoinsToSpendArgs
source§impl From<(Address, Vec<SpendQueryElementInput, Global>, Option<ExcludeInput>)> for CoinsToSpendArgs
impl From<(Address, Vec<SpendQueryElementInput, Global>, Option<ExcludeInput>)> for CoinsToSpendArgs
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 CoinsToSpendArgs
impl QueryVariables for CoinsToSpendArgs
§type Fields = CoinsToSpendArgsFields
type Fields = CoinsToSpendArgsFields
A struct that determines which variables are available when using this struct.
source§impl Serialize for CoinsToSpendArgs
impl Serialize for CoinsToSpendArgs
impl VariableMatch<CoinsToSpendArgs> for CoinsToSpendArgs
Auto Trait Implementations§
impl RefUnwindSafe for CoinsToSpendArgs
impl Send for CoinsToSpendArgs
impl Sync for CoinsToSpendArgs
impl Unpin for CoinsToSpendArgs
impl UnwindSafe for CoinsToSpendArgs
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