Struct fuel_core_client::client::schema::ExecuteArgsFields
source · pub struct ExecuteArgsFields;
Implementations§
source§impl ExecuteArgsFields
impl ExecuteArgsFields
pub fn id() -> VariableDefinition<ExecuteArgs, Id>
pub fn op() -> VariableDefinition<ExecuteArgs, String>
Auto Trait Implementations§
impl RefUnwindSafe for ExecuteArgsFields
impl Send for ExecuteArgsFields
impl Sync for ExecuteArgsFields
impl Unpin for ExecuteArgsFields
impl UnwindSafe for ExecuteArgsFields
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