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