pub struct Invocation {
pub gas_limit: u64,
pub gas_deposit: u64,
pub func_name: Vec<u8>,
pub func_params: Vec<u8>,
}Fields§
§gas_limit: u64§gas_deposit: u64§func_name: Vec<u8>§func_params: Vec<u8>Trait Implementations§
Source§impl Default for Invocation
impl Default for Invocation
Source§fn default() -> Invocation
fn default() -> Invocation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Invocation
impl RefUnwindSafe for Invocation
impl Send for Invocation
impl Sync for Invocation
impl Unpin for Invocation
impl UnwindSafe for Invocation
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