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