Struct fuel_core_client::client::schema::contract::ContractByIdArgs
source · pub struct ContractByIdArgs {
pub id: ContractId,
}
Fields§
§id: ContractId
Trait Implementations§
source§impl Debug for ContractByIdArgs
impl Debug for ContractByIdArgs
source§impl QueryVariables for ContractByIdArgs
impl QueryVariables for ContractByIdArgs
§type Fields = ContractByIdArgsFields
type Fields = ContractByIdArgsFields
A struct that determines which variables are available when using this struct.
source§impl Serialize for ContractByIdArgs
impl Serialize for ContractByIdArgs
impl VariableMatch<ContractByIdArgs> for ContractByIdArgs
Auto Trait Implementations§
impl RefUnwindSafe for ContractByIdArgs
impl Send for ContractByIdArgs
impl Sync for ContractByIdArgs
impl Unpin for ContractByIdArgs
impl UnwindSafe for ContractByIdArgs
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