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