Struct fuel_core_client::client::schema::contract::ContractByIdArgsFields
source · pub struct ContractByIdArgsFields;
Implementations§
source§impl ContractByIdArgsFields
impl ContractByIdArgsFields
pub fn id() -> VariableDefinition<ContractByIdArgs, ContractId>
Auto Trait Implementations§
impl RefUnwindSafe for ContractByIdArgsFields
impl Send for ContractByIdArgsFields
impl Sync for ContractByIdArgsFields
impl Unpin for ContractByIdArgsFields
impl UnwindSafe for ContractByIdArgsFields
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