Struct fuel_gql_client::client::schema::tx::SuccessStatus
source · [−]pub struct SuccessStatus {
pub block_id: HexString256,
pub time: DateTime,
pub program_state: ProgramState,
}
Fields
block_id: HexString256
time: DateTime
program_state: ProgramState
Trait Implementations
type SelectionSet = SelectionSet<'static, Self, SuccessStatus>
Auto Trait Implementations
impl RefUnwindSafe for SuccessStatus
impl Send for SuccessStatus
impl Sync for SuccessStatus
impl Unpin for SuccessStatus
impl UnwindSafe for SuccessStatus
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