pub struct EntryFunctionPayload {
pub module_address: Vec<u8>,
pub module_name: Vec<u8>,
pub function_name: Vec<u8>,
pub type_arguments: Vec<Vec<u8>>,
pub arguments: Vec<Vec<u8>>,
}Fields§
§module_address: Vec<u8>§module_name: Vec<u8>§function_name: Vec<u8>§type_arguments: Vec<Vec<u8>>§arguments: Vec<Vec<u8>>Trait Implementations§
Auto Trait Implementations§
impl Freeze for EntryFunctionPayload
impl RefUnwindSafe for EntryFunctionPayload
impl Send for EntryFunctionPayload
impl Sync for EntryFunctionPayload
impl Unpin for EntryFunctionPayload
impl UnwindSafe for EntryFunctionPayload
Blanket Implementations§
Source§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