pub struct MoveCallTransaction;
Trait Implementations§
Source§impl HasField<__typename> for MoveCallTransaction
impl HasField<__typename> for MoveCallTransaction
Source§impl HasField<arguments> for MoveCallTransaction
impl HasField<arguments> for MoveCallTransaction
Source§type Type = Vec<TransactionArgument>
type Type = Vec<TransactionArgument>
The schema marker type of this field.
Source§impl HasField<function> for MoveCallTransaction
impl HasField<function> for MoveCallTransaction
Source§type Type = Option<MoveFunction>
type Type = Option<MoveFunction>
The schema marker type of this field.
Source§impl HasField<functionName> for MoveCallTransaction
impl HasField<functionName> for MoveCallTransaction
Source§impl HasField<module> for MoveCallTransaction
impl HasField<module> for MoveCallTransaction
Source§impl HasField<package> for MoveCallTransaction
impl HasField<package> for MoveCallTransaction
Source§type Type = SuiAddress
type Type = SuiAddress
The schema marker type of this field.
Source§impl HasField<typeArguments> for MoveCallTransaction
impl HasField<typeArguments> for MoveCallTransaction
Source§impl NamedType for MoveCallTransaction
impl NamedType for MoveCallTransaction
impl HasSubtype<MoveCallTransaction> for ProgrammableTransaction
Auto Trait Implementations§
impl Freeze for MoveCallTransaction
impl RefUnwindSafe for MoveCallTransaction
impl Send for MoveCallTransaction
impl Sync for MoveCallTransaction
impl Unpin for MoveCallTransaction
impl UnwindSafe for MoveCallTransaction
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