Struct fuel_gql_client::client::schema::tx::FailureStatus
source · [−]pub struct FailureStatus {
pub block_id: HexString256,
pub time: DateTime,
pub reason: String,
pub program_state: Option<ProgramState>,
}
Fields
block_id: HexString256
time: DateTime
reason: String
program_state: Option<ProgramState>
Trait Implementations
type SelectionSet = SelectionSet<'static, Self, FailureStatus>
Auto Trait Implementations
impl RefUnwindSafe for FailureStatus
impl Send for FailureStatus
impl Sync for FailureStatus
impl Unpin for FailureStatus
impl UnwindSafe for FailureStatus
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more
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