Struct fuel_gql_client::client::schema::EndSession
source · [−]pub struct EndSession {
pub end_session: bool,
}
Fields
end_session: bool
Trait Implementations
type SelectionSet = SelectionSet<'static, Self, Mutation>
Auto Trait Implementations
impl RefUnwindSafe for EndSession
impl Send for EndSession
impl Sync for EndSession
impl Unpin for EndSession
impl UnwindSafe for EndSession
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> MutationBuilder<'a> for T where
T: QueryFragment<SelectionSet = SelectionSet<'a, R, Q>>,
Q: MutationRoot,
R: 'a,
impl<'a, T, R, Q> MutationBuilder<'a> for T where
T: QueryFragment<SelectionSet = SelectionSet<'a, R, Q>>,
Q: MutationRoot,
R: 'a,
type Arguments = <T as QueryFragment>::Arguments
type ResponseData = R
pub fn build(
args: impl Borrow<<T as MutationBuilder<'a>>::Arguments>
) -> Operation<'a, <T as MutationBuilder<'a>>::ResponseData>
pub fn build(
args: impl Borrow<<T as MutationBuilder<'a>>::Arguments>
) -> Operation<'a, <T as MutationBuilder<'a>>::ResponseData>
Constructs a mutation 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