pub struct TransactionBlockEffects;
Trait Implementations§
Source§impl HasField<__typename> for TransactionBlockEffects
impl HasField<__typename> for TransactionBlockEffects
Source§impl HasField<balanceChanges> for TransactionBlockEffects
impl HasField<balanceChanges> for TransactionBlockEffects
Source§type Type = BalanceChangeConnection
type Type = BalanceChangeConnection
The schema marker type of this field.
Source§impl HasField<bcs> for TransactionBlockEffects
impl HasField<bcs> for TransactionBlockEffects
Source§impl HasField<checkpoint> for TransactionBlockEffects
impl HasField<checkpoint> for TransactionBlockEffects
Source§type Type = Option<Checkpoint>
type Type = Option<Checkpoint>
The schema marker type of this field.
Source§impl HasField<dependencies> for TransactionBlockEffects
impl HasField<dependencies> for TransactionBlockEffects
Source§type Type = DependencyConnection
type Type = DependencyConnection
The schema marker type of this field.
Source§impl HasField<epoch> for TransactionBlockEffects
impl HasField<epoch> for TransactionBlockEffects
Source§impl HasField<errors> for TransactionBlockEffects
impl HasField<errors> for TransactionBlockEffects
Source§impl HasField<events> for TransactionBlockEffects
impl HasField<events> for TransactionBlockEffects
Source§type Type = EventConnection
type Type = EventConnection
The schema marker type of this field.
Source§impl HasField<gasEffects> for TransactionBlockEffects
impl HasField<gasEffects> for TransactionBlockEffects
Source§type Type = Option<GasEffects>
type Type = Option<GasEffects>
The schema marker type of this field.
Source§impl HasField<lamportVersion> for TransactionBlockEffects
impl HasField<lamportVersion> for TransactionBlockEffects
Source§impl HasField<objectChanges> for TransactionBlockEffects
impl HasField<objectChanges> for TransactionBlockEffects
Source§type Type = ObjectChangeConnection
type Type = ObjectChangeConnection
The schema marker type of this field.
Source§impl HasField<status> for TransactionBlockEffects
impl HasField<status> for TransactionBlockEffects
Source§type Type = Option<ExecutionStatus>
type Type = Option<ExecutionStatus>
The schema marker type of this field.
Source§impl HasField<timestamp> for TransactionBlockEffects
impl HasField<timestamp> for TransactionBlockEffects
Source§impl HasField<transactionBlock> for TransactionBlockEffects
impl HasField<transactionBlock> for TransactionBlockEffects
Source§type Type = Option<TransactionBlock>
type Type = Option<TransactionBlock>
The schema marker type of this field.
Source§type Type = UnchangedSharedObjectConnection
type Type = UnchangedSharedObjectConnection
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for TransactionBlockEffects
impl RefUnwindSafe for TransactionBlockEffects
impl Send for TransactionBlockEffects
impl Sync for TransactionBlockEffects
impl Unpin for TransactionBlockEffects
impl UnwindSafe for TransactionBlockEffects
Blanket Implementations§
§impl<U> As for U
impl<U> As for U
§fn as_<T>(self) -> Twhere
T: CastFrom<U>,
fn as_<T>(self) -> Twhere
T: CastFrom<U>,
Casts
self
to type T
. The semantics of numeric casting with the as
operator are followed, so <T as As>::as_::<U>
can be used in the same way as T as U
for numeric conversions. Read moreSource§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more