Struct fuel_core_client::client::schema::schema::ContractBalance
source · pub struct ContractBalance;
Trait Implementations§
source§impl HasField<__typename> for ContractBalance
impl HasField<__typename> for ContractBalance
source§impl HasField<amount> for ContractBalance
impl HasField<amount> for ContractBalance
source§impl HasField<assetId> for ContractBalance
impl HasField<assetId> for ContractBalance
source§impl HasField<contract> for ContractBalance
impl HasField<contract> for ContractBalance
§type Type = ContractId
type Type = ContractId
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for ContractBalance
impl RefUnwindSafe for ContractBalance
impl Send for ContractBalance
impl Sync for ContractBalance
impl Unpin for ContractBalance
impl UnwindSafe for ContractBalance
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