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