pub struct ProgrammableTransactionBlock;
Trait Implementations§
Source§impl HasField<__typename> for ProgrammableTransactionBlock
impl HasField<__typename> for ProgrammableTransactionBlock
Source§impl HasField<inputs> for ProgrammableTransactionBlock
impl HasField<inputs> for ProgrammableTransactionBlock
Source§type Type = TransactionInputConnection
type Type = TransactionInputConnection
The schema marker type of this field.
Source§impl HasField<transactions> for ProgrammableTransactionBlock
impl HasField<transactions> for ProgrammableTransactionBlock
Source§type Type = ProgrammableTransactionConnection
type Type = ProgrammableTransactionConnection
The schema marker type of this field.
Source§impl NamedType for ProgrammableTransactionBlock
impl NamedType for ProgrammableTransactionBlock
impl HasSubtype<ProgrammableTransactionBlock> for TransactionBlockKind
Auto Trait Implementations§
impl Freeze for ProgrammableTransactionBlock
impl RefUnwindSafe for ProgrammableTransactionBlock
impl Send for ProgrammableTransactionBlock
impl Sync for ProgrammableTransactionBlock
impl Unpin for ProgrammableTransactionBlock
impl UnwindSafe for ProgrammableTransactionBlock
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