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