Struct fuel_core_client::client::schema::schema::BalanceEdge
source · pub struct BalanceEdge;
Trait Implementations§
source§impl HasField<__typename> for BalanceEdge
impl HasField<__typename> for BalanceEdge
source§impl HasField<cursor> for BalanceEdge
impl HasField<cursor> for BalanceEdge
Auto Trait Implementations§
impl RefUnwindSafe for BalanceEdge
impl Send for BalanceEdge
impl Sync for BalanceEdge
impl Unpin for BalanceEdge
impl UnwindSafe for BalanceEdge
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