Enum fuel_gql_client::client::schema::tx::TransactionStatus
source · [−]pub enum TransactionStatus {
SubmittedStatus(SubmittedStatus),
SuccessStatus(SuccessStatus),
FailureStatus(FailureStatus),
}
Variants
SubmittedStatus(SubmittedStatus)
SuccessStatus(SuccessStatus)
FailureStatus(FailureStatus)
Trait Implementations
type TypeLock = TransactionStatus
fn fragments(
context: FragmentContext<'_, Self::Arguments>
) -> Vec<(String, SelectionSet<'static, Self, Self::TypeLock>)>
fn fallback(
context: FragmentContext<'_, Self::Arguments>
) -> Option<SelectionSet<'static, Self, Self::TypeLock>>
type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl RefUnwindSafe for TransactionStatus
impl Send for TransactionStatus
impl Sync for TransactionStatus
impl Unpin for TransactionStatus
impl UnwindSafe for TransactionStatus
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
type SelectionSet = SelectionSet<'static, T, <T as InlineFragments>::TypeLock>
type Arguments = <T as InlineFragments>::Arguments
pub fn fragment(
context: FragmentContext<'_, <T as QueryFragment>::Arguments>
) -> <T as QueryFragment>::SelectionSet
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