Struct fuel_gql_client::client::schema::tx::TransactionsByOwnerQuery
source · [−]pub struct TransactionsByOwnerQuery {
pub transactions_by_owner: TransactionConnection,
}
Fields
transactions_by_owner: TransactionConnection
Trait Implementations
type SelectionSet = SelectionSet<'static, Self, Query>
Auto Trait Implementations
impl RefUnwindSafe for TransactionsByOwnerQuery
impl Send for TransactionsByOwnerQuery
impl Sync for TransactionsByOwnerQuery
impl Unpin for TransactionsByOwnerQuery
impl UnwindSafe for TransactionsByOwnerQuery
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
impl<'a, T, R, Q> QueryBuilder<'a> for T where
T: QueryFragment<SelectionSet = SelectionSet<'a, R, Q>>,
Q: QueryRoot,
R: 'a,
impl<'a, T, R, Q> QueryBuilder<'a> for T where
T: QueryFragment<SelectionSet = SelectionSet<'a, R, Q>>,
Q: QueryRoot,
R: 'a,
type Arguments = <T as QueryFragment>::Arguments
type ResponseData = R
pub fn build(
args: impl Borrow<<T as QueryBuilder<'a>>::Arguments>
) -> Operation<'a, <T as QueryBuilder<'a>>::ResponseData>
pub fn build(
args: impl Borrow<<T as QueryBuilder<'a>>::Arguments>
) -> Operation<'a, <T as QueryBuilder<'a>>::ResponseData>
Constructs a query operation for this QueryFragment.
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more